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

/external/chromium_org/net/disk_cache/
H A Dcache_util.h24 NET_EXPORT_PRIVATE bool MoveCache(const base::FilePath& from_path,
H A Dcache_util_win.cc16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { function in namespace:disk_cache
H A Dcache_util_posix.cc14 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { function in namespace:disk_cache
H A Dcache_util_unittest.cc54 TEST_F(CacheUtilTest, MoveCache) {
55 EXPECT_TRUE(disk_cache::MoveCache(cache_dir_, dest_dir_));
H A Dcache_util.cc110 // GetTempCacheName() and MoveCache() use synchronous file
131 if (!disk_cache::MoveCache(full_path, to_delete)) {

Completed in 82 milliseconds