Home
last modified time | relevance | path

Searched refs:remove_folder (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dcache_util_posix.cc44 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() argument
55 if (remove_folder) { in DeleteCache()
Dcache_util_win.cc54 void DeleteCache(const FilePath& path, bool remove_folder) { in DeleteCache() argument
56 if (remove_folder) in DeleteCache()
Dcache_util.h25 void DeleteCache(const FilePath& path, bool remove_folder);