Home
last modified time | relevance | path

Searched refs:EvictFileFromSystemCache (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Ddisk_cache_perftest.cc192 ASSERT_TRUE(base::EvictFileFromSystemCache( in TEST_F()
194 ASSERT_TRUE(base::EvictFileFromSystemCache( in TEST_F()
196 ASSERT_TRUE(base::EvictFileFromSystemCache( in TEST_F()
198 ASSERT_TRUE(base::EvictFileFromSystemCache( in TEST_F()
200 ASSERT_TRUE(base::EvictFileFromSystemCache( in TEST_F()
/external/chromium_org/base/test/
Dtest_file_util.cc16 if (EvictFileFromSystemCache(path)) in EvictFileFromSystemCacheWithRetry()
Dtest_file_util_linux.cc17 bool EvictFileFromSystemCache(const FilePath& file) { in EvictFileFromSystemCache() function
Dtest_file_util_mac.cc16 bool EvictFileFromSystemCache(const FilePath& file) { in EvictFileFromSystemCache() function
Dtest_file_util.h37 bool EvictFileFromSystemCache(const FilePath& file);
Dtest_file_util_posix.cc81 bool EvictFileFromSystemCache(const FilePath& file) { in EvictFileFromSystemCache() function
Dtest_file_util_win.cc134 bool EvictFileFromSystemCache(const FilePath& file) { in EvictFileFromSystemCache() function
/external/chromium_org/tools/perf/clear_system_cache/
Dclear_system_cache_main.cc21 base::EvictFileFromSystemCache(path); in ClearCacheForFile()
/external/chromium_org/components/visitedlink/test/
Dvisitedlink_perftest.cc147 base::EvictFileFromSystemCache(db_path_); in TEST_F()