Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteMacOSX.cpp174 std::string cache_path(GetLocalCacheDirectory()); in GetFileWithUUID() local
DPlatformDarwin.cpp271 std::string cache_path(GetLocalCacheDirectory()); in GetSharedModuleWithLocalCache() local
/external/libchrome/base/android/
Dpath_utils.cc29 FilePath cache_path(ConvertJavaStringToUTF8(path)); in GetCacheDirectory() local
/external/elfutils/debuginfod/
Ddebuginfod-client.c213 debuginfod_init_cache (char *cache_path, char *interval_path, char *maxage_path) in debuginfod_init_cache()
251 char *cache_path, char *interval_path, in debuginfod_clean_cache()
500 char *cache_path = NULL; in debuginfod_query_server() local
/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.c265 static int load_ld_cache(const char *cache_path) { in load_ld_cache()
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py821 def _cache_bytecode(self, source_path, cache_path, data): argument
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs76 pub cache_path: Option<String>, field