Home
last modified time | relevance | path

Searched refs:MoveCache (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/disk_cache/
Dcache_util_unittest.cc48 TEST_F(CacheUtilTest, MoveCache) { in TEST_F() argument
49 EXPECT_TRUE(disk_cache::MoveCache(cache_dir_, dest_dir_)); in TEST_F()
Dcache_util.h21 bool MoveCache(const FilePath& from_path, const FilePath& to_path);
Dcache_util_posix.cc13 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { in MoveCache() function
Dcache_util_win.cc44 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { in MoveCache() function
Dbackend_impl.cc141 if (!disk_cache::MoveCache(full_path, to_delete)) { in DelayedCacheCleanup()