Home
last modified time | relevance | path

Searched refs:GetCacheFilePath (Results 1 – 11 of 11) sorted by relevance

/external/chromium/net/disk_cache/
Dblock_files_unittest.cc31 FilePath path = GetCacheFilePath(); in TEST_F()
58 FilePath path = GetCacheFilePath(); in TEST_F()
82 FilePath path = GetCacheFilePath(); in TEST_F()
160 FilePath path = GetCacheFilePath(); in TEST_F()
182 FilePath path = GetCacheFilePath(); in TEST_F()
206 FilePath path = GetCacheFilePath(); in TEST_F()
233 FilePath path = GetCacheFilePath(); in TEST_F()
254 FilePath path = GetCacheFilePath(); in TEST_F()
Dstorage_block_unittest.cc13 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); in TEST_F()
33 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); in TEST_F()
53 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); in TEST_F()
Ddisk_cache_test_util.cc58 FilePath GetCacheFilePath() { in GetCacheFilePath() function
89 FilePath dest = GetCacheFilePath(); in CopyTestCache()
108 ScopedTestCache::ScopedTestCache() : path_(GetCacheFilePath()) { in ScopedTestCache()
Dmapped_file_unittest.cc42 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); in TEST_F()
57 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); in TEST_F()
Ddisk_cache_test_base.cc60 FilePath path = GetCacheFilePath(); in SimulateCrash()
215 FilePath path = GetCacheFilePath(); in TearDown()
239 FilePath path = GetCacheFilePath(); in InitDiskCache()
Ddisk_cache_test_util.h27 FilePath GetCacheFilePath();
Dbackend_unittest.cc194 FilePath path = GetCacheFilePath(); in TEST_F()
236 FilePath filename = GetCacheFilePath().AppendASCII("f_000001"); in TEST_F()
260 FilePath path = GetCacheFilePath(); in TEST_F()
312 FilePath path = GetCacheFilePath(); in TEST_F()
345 FilePath path = GetCacheFilePath(); in TEST_F()
1220 ASSERT_TRUE(CheckCacheIntegrity(GetCacheFilePath(), new_eviction_)); in BackendTransaction()
1331 FilePath path = GetCacheFilePath(); in TEST_F()
1532 FilePath path = GetCacheFilePath(); in BackendInvalidRankings2()
1813 FilePath path = GetCacheFilePath(); in TEST_F()
Dstress_cache.cc95 FilePath path = GetCacheFilePath().InsertBeforeExtensionASCII("_stress"); in StressTheCache()
/external/chromium/chrome/browser/history/
Din_memory_url_index.h357 bool GetCacheFilePath(FilePath* file_path);
Din_memory_url_index.cc239 if (!GetCacheFilePath(&file_path) || !file_util::PathExists(file_path)) in RestoreFromCacheFile()
282 if (!GetCacheFilePath(&file_path)) in SaveToCacheFile()
859 bool InMemoryURLIndex::GetCacheFilePath(FilePath* file_path) { in GetCacheFilePath() function in history::InMemoryURLIndex
Din_memory_url_index_unittest.cc522 url_index_->GetCacheFilePath(&full_file_path); in TEST_F()