Searched refs:MoveCache (Results 1 – 5 of 5) sorted by relevance
48 TEST_F(CacheUtilTest, MoveCache) { in TEST_F() argument49 EXPECT_TRUE(disk_cache::MoveCache(cache_dir_, dest_dir_)); in TEST_F()
21 bool MoveCache(const FilePath& from_path, const FilePath& to_path);
13 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { in MoveCache() function
44 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { in MoveCache() function
141 if (!disk_cache::MoveCache(full_path, to_delete)) { in DelayedCacheCleanup()