Home
last modified time | relevance | path

Searched refs:update_mtime (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A D__init__.py63 def update_mtime(f): function
75 update_mtime(f)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dchecksum.py39 def update_mtime(self, f): member in FileMtimeCache
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddir.c1505 static bool update_mtime(unsigned ivalid, bool trust_local_mtime) in update_mtime() function
1543 if ((ivalid & ATTR_MTIME) && update_mtime(ivalid, trust_local_cmtime)) { in iattr_to_fattr()