Home
last modified time | relevance | path

Searched refs:SimpleCacheDeleteFile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_util_posix.cc11 bool SimpleCacheDeleteFile(const base::FilePath& path) { in SimpleCacheDeleteFile() function
H A Dsimple_util_win.cc19 bool SimpleCacheDeleteFile(const base::FilePath& path) { in SimpleCacheDeleteFile() function
H A Dsimple_util.h78 NET_EXPORT_PRIVATE bool SimpleCacheDeleteFile(const base::FilePath& path);
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc585 result = disk_cache::simple_util::SimpleCacheDeleteFile(path); in DeleteFile()