Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/
H A Dcache_util_win.cc16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache() function
H A Dcache_util_posix.cc15 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache() function
H A Dcache_util_unittest.cc69 TEST_F(CacheUtilTest, MoveCache) { in TEST_F() argument