Searched refs:EvictFileFromSystemCache (Results 1 - 7 of 7) sorted by path

/external/chromium/base/test/
H A Dtest_file_util.h24 bool EvictFileFromSystemCache(const FilePath& file);
H A Dtest_file_util_linux.cc15 bool EvictFileFromSystemCache(const FilePath& file) { function in namespace:file_util
H A Dtest_file_util_mac.cc14 bool EvictFileFromSystemCache(const FilePath& file) { function in namespace:file_util
H A Dtest_file_util_posix.cc86 success = EvictFileFromSystemCache(target_path);
106 bool EvictFileFromSystemCache(const FilePath& file) { function in namespace:file_util
H A Dtest_file_util_win.cc40 bool EvictFileFromSystemCache(const FilePath& file) { function in namespace:file_util
169 EvictFileFromSystemCache(cur_dest_path);
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_perftest.cc147 file_util::EvictFileFromSystemCache(db_path_);
/external/chromium/net/disk_cache/
H A Ddisk_cache_perftest.cc188 ASSERT_TRUE(file_util::EvictFileFromSystemCache(
190 ASSERT_TRUE(file_util::EvictFileFromSystemCache(
192 ASSERT_TRUE(file_util::EvictFileFromSystemCache(
194 ASSERT_TRUE(file_util::EvictFileFromSystemCache(
196 ASSERT_TRUE(file_util::EvictFileFromSystemCache(

Completed in 149 milliseconds