Searched refs:GetPrefixedName (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/net/disk_cache/ |
D | cache_util.cc | 22 base::FilePath GetPrefixedName(const base::FilePath& path, in GetPrefixedName() function 33 base::FilePath to_delete = GetPrefixedName(path, name, i); in CleanupCallback() 44 base::FilePath to_delete = GetPrefixedName(path, name, i); in GetTempCacheName()
|
/external/chromium/net/disk_cache/ |
D | backend_impl.cc | 78 FilePath GetPrefixedName(const FilePath& path, const std::string& name, in GetPrefixedName() function 101 FilePath to_delete = GetPrefixedName(path_, name_, i); in Run() 111 FilePath to_delete = GetPrefixedName(path, name, i); in GetTempCacheName()
|