Home
last modified time | relevance | path

Searched refs:DIR_CACHE (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/
Dbase_paths_posix.h17 DIR_CACHE, // Directory where to put cache data. Note this is enumerator
Dbase_paths_android.cc47 case base::DIR_CACHE: in PathProviderAndroid()
Dbase_paths_posix.cc111 case DIR_CACHE: { in PathProviderPosix()
Dpath_service_unittest.cc36 if (dir_type == DIR_CACHE) in ReturnsValidPath()
/external/libchrome/base/files/
Dfile_util_android.cc13 return PathService::Get(base::DIR_CACHE, path); in GetShmemTempDir()
Dfile_util_posix.cc597 return PathService::Get(DIR_CACHE, path); in GetTempDir()
/external/libchrome/base/test/
Dperf_test_suite.cc31 PathService::Get(base::DIR_CACHE, &tmp_dir); in Initialize()
/external/libchrome/libchrome_tools/patch/
Dpath_service.patch37 return PathService::Get(DIR_CACHE, path);