Searched defs:DeleteCache (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Dcache_util_posix.cc44 void DeleteCache(const FilePath& path, bool remove_folder) { function in namespace:disk_cache
H A Dcache_util_win.cc54 void DeleteCache(const FilePath& path, bool remove_folder) { function in namespace:disk_cache
H A Ddisk_cache_test_util.cc76 bool DeleteCache(const FilePath& path) { function
77 disk_cache::DeleteCache(path, false);
90 if (!DeleteCache(dest))
109 bool result = DeleteCache(path_);
115 bool result = DeleteCache(path_);

Completed in 98 milliseconds