Home
last modified time | relevance | path

Searched defs:cache_path (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/android/
Dpath_utils.cc29 FilePath cache_path(ConvertJavaStringToUTF8(path)); in GetCacheDirectory() local
/external/elfutils/debuginfod/
Ddebuginfod-client.c256 debuginfod_init_cache (char *cache_path, char *interval_path, char *maxage_path) in debuginfod_init_cache()
294 char *cache_path, char *interval_path, in debuginfod_clean_cache()
552 char *cache_path = NULL; in debuginfod_query_server() local
/external/crosvm/src/linux/
Dgpu.rs239 pub cache_path: Option<String>, field
/external/autotest/server/cros/tradefed/
Dtradefed_test.py655 def _instance_copyfile(self, cache_path): argument
668 def _instance_copytree(self, cache_path): argument
/external/ImageMagick/MagickCore/
Dresource.c1101 cache_path[MagickPathExtent]; in RelinquishUniqueFileResource() local
/external/bcc/src/cc/
Dbcc_proc.c351 static int load_ld_cache(const char *cache_path) { in load_ld_cache()
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py915 def _cache_bytecode(self, source_path, cache_path, data): argument
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs96 pub cache_path: Option<String>, field
/external/crosvm/src/
Dmain.rs570 let mut cache_path = None; in parse_gpu_render_server_options() localVariable