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

/external/chromium/net/disk_cache/
H A Dcache_util.h21 bool MoveCache(const FilePath& from_path, const FilePath& to_path);
H A Dcache_util_unittest.cc48 TEST_F(CacheUtilTest, MoveCache) {
49 EXPECT_TRUE(disk_cache::MoveCache(cache_dir_, dest_dir_));
H A Dcache_util_posix.cc13 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { function in namespace:disk_cache
H A Dcache_util_win.cc44 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { function in namespace:disk_cache
H A Dbackend_impl.cc120 // GetTempCacheName() and MoveCache() use synchronous file
141 if (!disk_cache::MoveCache(full_path, to_delete)) {

Completed in 124 milliseconds