Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/simple/
Dsimple_version_upgrade_unittest.cc36 bool WriteFakeIndexFileV5(const base::FilePath& cache_path) { in WriteFakeIndexFileV5()
49 const base::FilePath cache_path = cache_dir.GetPath(); in TEST() local
68 const base::FilePath cache_path = cache_dir.GetPath(); in TEST() local
90 const base::FilePath cache_path = cache_dir.GetPath(); in TEST() local
117 const base::FilePath cache_path = cache_dir.GetPath(); in TEST() local
164 const base::FilePath cache_path = cache_dir.GetPath(); in TEST() local
185 const base::FilePath cache_path = cache_dir.GetPath(); in TEST() local
Dsimple_test_util.cc19 const FilePath& cache_path) { in CreateCorruptFileForTests()
32 const FilePath& cache_path) { in RemoveKeySHA256FromEntry()
70 const base::FilePath& cache_path) { in CorruptKeySHA256FromEntry()
104 const base::FilePath& cache_path) { in CorruptStream0LengthFromEntry()
Dsimple_index_file_unittest.cc425 const base::FilePath cache_path = cache_dir.GetPath(); in TEST_F() local
557 const base::FilePath cache_path = cache_dir.GetPath(); in TEST_F() local
628 const base::FilePath cache_path = cache_dir.GetPath(); in TEST_F() local
/external/angle/build/android/gyp/util/
Djar_utils.py53 def cache_path(self): member in CacheFile
/external/libchrome/base/android/
Dpath_utils.cc29 FilePath cache_path(ConvertJavaStringToUTF8(path)); in GetCacheDirectory() local
/external/cronet/base/android/
Dpath_utils.cc29 FilePath cache_path(ConvertJavaStringToUTF8(path)); in GetCacheDirectory() local
/external/crosvm/devices/src/virtio/gpu/
Dparameters.rs73 pub cache_path: Option<String>, field
/external/crosvm/src/crosvm/sys/unix/
Dgpu.rs179 pub cache_path: Option<String>, field
/external/autotest/server/cros/tradefed/
Dtradefed_test.py664 def _instance_copyfile(self, cache_path): argument
677 def _instance_copytree(self, cache_path): argument
/external/linux-kselftest/tools/testing/selftests/resctrl/
Dresctrlfs.c143 char cache_path[1024], cache_str[64]; in get_cache_size() local
/external/ImageMagick/MagickCore/
Dresource.c1101 cache_path[MagickPathExtent]; in RelinquishUniqueFileResource() local
/external/cronet/components/nacl/browser/
Dpnacl_host.cc145 base::FilePath cache_path(GetCachePath()); in Init() local
/external/elfutils/debuginfod/
Ddebuginfod-client.c291 char *cache_path, char *interval_path, in debuginfod_clean_cache()
836 char *cache_path = NULL; in debuginfod_query_server() local
/external/bcc/src/cc/
Dbcc_proc.c351 static int load_ld_cache(const char *cache_path) { in load_ld_cache()
/external/cronet/net/tools/cachetool/
Dcachetool.cc741 base::FilePath cache_path(args[0]); in main() local
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py915 def _cache_bytecode(self, source_path, cache_path, data): argument
/external/cronet/net/disk_cache/
Dbackend_unittest.cc102 const base::FilePath& cache_path) { in CreateExistingEntryCache()