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

  /external/chromium_org/net/disk_cache/
cache_util.cc 40 base::FilePath GetTempCacheName(const base::FilePath& path,
82 // GetTempCacheName() and MoveCache() use synchronous file
97 base::FilePath to_delete = GetTempCacheName(path, name_str);
  /external/chromium/net/disk_cache/
backend_impl.cc 108 FilePath GetTempCacheName(const FilePath& path, const std::string& name) {
120 // GetTempCacheName() and MoveCache() use synchronous file
135 FilePath to_delete = GetTempCacheName(path, name_str);
    [all...]

Completed in 171 milliseconds