Searched refs:cachedir (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | bind.c | 86 struct dentry *graveyard, *cachedir, *root; in cachefiles_daemon_add_cache() local 189 cachedir = cachefiles_get_directory(cache, root, "cache"); in cachefiles_daemon_add_cache() 190 if (IS_ERR(cachedir)) { in cachefiles_daemon_add_cache() 191 ret = PTR_ERR(cachedir); in cachefiles_daemon_add_cache() 195 fsdef->dentry = cachedir; in cachefiles_daemon_add_cache()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cache.py | 358 self.cachedir = data.getVar("CACHE") 367 if self.cachedir in [None, '']: 376 return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash) 386 self.logger.debug("Cache dir: %s", self.cachedir) 387 bb.utils.mkdirhier(self.cachedir) 406 symlink = os.path.join(self.cachedir, "bb_cache.dat.%s" % self.mc) 408 symlink = os.path.join(self.cachedir, "bb_cache.dat") 858 cachedir = (d.getVar("PERSISTENT_DIR") or 860 if cachedir in [None, '']: 862 bb.utils.mkdirhier(cachedir) [all …]
|
| H A D | persist_data.py | 244 cachedir = (d.getVar("PERSISTENT_DIR") or 246 if not cachedir: 250 bb.utils.mkdirhier(cachedir) 251 cachefile = os.path.join(cachedir, "bb_persist_data.sqlite3")
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | serv.py | 311 cachedir = (d.getVar("PERSISTENT_DIR") or d.getVar("CACHE")) 312 if not cachedir: 315 dbfile = os.path.join(cachedir, "prserv.sqlite3") 316 logfile = os.path.join(cachedir, "prserv.log") 322 bb.utils.mkdirhier(cachedir)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dnf/dnf/ |
| H A D | 0005-Do-not-prepend-installroot-to-logdir.patch | 24 - for opt in ('cachedir', 'logdir', 'persistdir'): 25 + for opt in ('cachedir', 'persistdir'):
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
| H A D | 0001-meson.build-Disable-libseccomp-for-all-archs.patch | 36 fontconfig_cache_path = fontconfig_dep.get_variable(pkgconfig: 'cachedir')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | __init__.py | 408 cachedir = oe.path.join(self.target_rootfs, self.d.getVar("localstatedir"), "cache", "opkg") 410 bb.utils.remove(cachedir, True)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
| H A D | samba_4.14.14.bb | 117 --with-cachedir=${localstatedir}/lib/samba \
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | README.txt | 102 cachedir: .cache
|