Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:path_

79       : path_(path), name_(name) {}
84 FilePath path_;
91 FilePath to_delete = GetPrefixedName(path_, name_, i);
508 DeleteCache(path_, false);
679 return path_.AppendASCII(tmp);
1046 file_util::CreateDirectory(path_);
1048 FilePath index_name = path_.AppendASCII(kIndexName);
1087 int64 available = base::SysInfo::AmountOfFreeDiskSpace(path_);
1118 DelayedCacheCleanup(path_);