Home
last modified time | relevance | path

Searched refs:cached_mtime_noerror (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py56 def cached_mtime_noerror(f): function
97 s = (f, cached_mtime_noerror(f))
103 s = (f, cached_mtime_noerror(f))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py31 def cached_mtime_noerror(self, f): member in FileMtimeCache
H A Dcache.py578 mtime = bb.parse.cached_mtime_noerror(fn)
597 fmtime = bb.parse.cached_mtime_noerror(f)
701 return bb.parse.cached_mtime_noerror(cachefile)
H A Dbuild.py39 def cached_mtime_noerror(f): function
831 if cached_mtime_noerror(stampdir) == 0:
H A Dcookerdata.py508 bb.parse.cached_mtime_noerror(bbfile_loc)
H A Dcooker.py1625 self.add_filewatch([(dirent, bb.parse.cached_mtime_noerror(dirent))])