Searched refs:DeleteCacheFile (Results 1 - 7 of 7) sorted by relevance

/external/chromium/net/disk_cache/
H A Dcache_util.h28 bool DeleteCacheFile(const FilePath& name);
H A Dcache_util_unittest.cc84 TEST_F(CacheUtilTest, DeleteCacheFile) {
85 EXPECT_TRUE(disk_cache::DeleteCacheFile(file1_));
H A Dcache_util_posix.cc63 bool DeleteCacheFile(const FilePath& name) { function in namespace:disk_cache
H A Dcache_util_win.cc60 bool DeleteCacheFile(const FilePath& name) { function in namespace:disk_cache
H A Dblock_files.cc553 int failure = DeleteCacheFile(name) ? 0 : 1;
H A Dentry_impl.cc1139 int failure = !DeleteCacheFile(backend_->GetFileName(address));
H A Dbackend_unittest.cc2116 EXPECT_TRUE(disk_cache::DeleteCacheFile(name));

Completed in 262 milliseconds