HomeSort by relevance Sort by last modified time
    Searched refs:MoveCache (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/disk_cache/
cache_util.h 21 bool MoveCache(const FilePath& from_path, const FilePath& to_path);
cache_util_unittest.cc 48 TEST_F(CacheUtilTest, MoveCache) {
49 EXPECT_TRUE(disk_cache::MoveCache(cache_dir_, dest_dir_));
cache_util_posix.cc 13 bool MoveCache(const FilePath& from_path, const FilePath& to_path) {
cache_util_win.cc 44 bool MoveCache(const FilePath& from_path, const FilePath& to_path) {
backend_impl.cc 120 // GetTempCacheName() and MoveCache() use synchronous file
141 if (!disk_cache::MoveCache(full_path, to_delete)) {
    [all...]
  /external/chromium_org/net/disk_cache/
cache_util.h 24 NET_EXPORT_PRIVATE bool MoveCache(const base::FilePath& from_path,
cache_util_win.cc 16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) {
cache_util_posix.cc 14 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) {
cache_util_unittest.cc 54 TEST_F(CacheUtilTest, MoveCache) {
55 EXPECT_TRUE(disk_cache::MoveCache(cache_dir_, dest_dir_));
cache_util.cc 109 // GetTempCacheName() and MoveCache() use synchronous file
130 if (!disk_cache::MoveCache(full_path, to_delete)) {

Completed in 61 milliseconds