Searched refs:cache_dir (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 30 struct cache_dir { struct 127 static DEFINE_PER_CPU(struct cache_dir *, cache_dir_pcpu); 528 static struct cache_dir *cacheinfo_create_cache_dir(unsigned int cpu_id) in cacheinfo_create_cache_dir() 530 struct cache_dir *cache_dir; in cacheinfo_create_cache_dir() local 543 cache_dir = kzalloc(sizeof(*cache_dir), GFP_KERNEL); in cacheinfo_create_cache_dir() 544 if (!cache_dir) in cacheinfo_create_cache_dir() 547 cache_dir->kobj = kobj; in cacheinfo_create_cache_dir() 551 per_cpu(cache_dir_pcpu, cpu_id) = cache_dir; in cacheinfo_create_cache_dir() 553 return cache_dir; in cacheinfo_create_cache_dir() 786 struct cache_dir *cache_dir) in cacheinfo_create_index_dir() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/ |
H A D | matplotlib-disable-download.patch | 38 - cache_dir = _get_xdg_cache_dir() 40 - if cache_dir is not None: # Try to read from cache. 42 - data = (cache_dir / sha).read_bytes() 63 - if cache_dir is not None: # Try to cache the downloaded file. 65 - cache_dir.mkdir(parents=True, exist_ok=True) 66 - with open(cache_dir / sha, "xb") as fout:
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 32 self.cache_dir = Path(cache_dir_env, "download") 34 self.cache_dir = Path(Path("~").expanduser(), 36 self.cache_file = Path(self.cache_dir, hashsum) 96 if not self.cache_dir.exists(): 97 self.cache_dir.mkdir(parents=True, exist_ok=True)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.13/ |
H A D | oe-npm-cache | 15 const cache_dir = process.argv[2] constant 74 cacache.put(cache_dir, info.key_prefix + key, data, opts)
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-cache-management.py | 131 scandir(Path(args.cache_dir), paths) 291 if args.cache_dir is None or (
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 217 cache_dir = os.path.expanduser("~/.cache/qemu-vm/download") 218 if not os.path.exists(cache_dir): 219 os.makedirs(cache_dir) 220 fname = os.path.join(cache_dir,
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | linuxtest.py | 206 cache_dir=self.cache_dirs[0],
|
/openbmc/linux/scripts/kconfig/ |
H A D | Makefile | 114 -o cache_dir=$(abspath $(obj)/tests/.cache) \
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | Makefile | 157 -o cache_dir=$(abspath $(obj)/tests/.cache) \
|