Home
last modified time | relevance | path

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

/external/chromium/base/
Dbase_paths.h37 DIR_CACHE, // Directory where to put cache data. Note this is enumerator
Dpath_service_unittest.cc27 if (dir_type == base::DIR_CACHE) in ReturnsValidPath()
Dbase_paths_linux.cc108 case base::DIR_CACHE: in PathProviderPosix()
Dbase_paths_mac.mm50 case base::DIR_CACHE:
/external/chromium/chrome/common/
Dchrome_paths_unittest.cc22 ASSERT_TRUE(PathService::Get(base::DIR_CACHE, &expected_cache_dir)); in TEST()
Dchrome_paths_linux.cc56 if (!PathService::Get(base::DIR_CACHE, &cache_dir)) in GetUserCacheDirectory()
Dchrome_paths_mac.mm117 if (!PathService::Get(base::DIR_CACHE, &cache_dir))