Home
last modified time | relevance | path

Searched defs:MoveCache (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/
Dcache_util_posix.cc14 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache() function
Dcache_util_win.cc16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache() function
Dcache_util_unittest.cc54 TEST_F(CacheUtilTest, MoveCache) { in TEST_F() argument