Home
last modified time | relevance | path

Searched defs:cachefile (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcache.py83 cachefile = "bb_cache.dat" variable in CoreRecipeInfo
246 cachefile = "bb_cache_" + classname +".dat" variable in SiggenRecipeInfo
412 def getCacheFile(self, cachefile): argument
700 def mtime(cachefile): argument
H A Dcache_extra.py24 cachefile = "bb_extracache_" + classname +".dat" variable in HobRecipeInfo
H A Dpersist_data.py83 def __init__(self, cachefile, table): argument