Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dhelper_functions.php3 $cachefile = "cache".$_SERVER['PHP_SELF']."?".$_SERVER['QUERY_STRING']; variable
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dhelper_functions.php3 $cachefile = "cache".$_SERVER['PHP_SELF']."?".$_SERVER['QUERY_STRING']; variable
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache_extra.py24 cachefile = "bb_extracache_" + classname +".dat" variable in HobRecipeInfo
H A Dcache.py82 cachefile = "bb_cache.dat" variable in CoreRecipeInfo
375 def getCacheFile(self, cachefile): argument
704 def mtime(cachefile): argument
H A Dpersist_data.py83 def __init__(self, cachefile, table): argument