Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:full_path

119 bool DelayedCacheCleanup(const FilePath& full_path) {
124 FilePath current_path = full_path.StripTrailingSeparators();
141 if (!disk_cache::MoveCache(full_path, to_delete)) {
412 int BackendImpl::CreateBackend(const FilePath& full_path, bool force,
418 CacheCreator* creator = new CacheCreator(full_path, force, max_bytes, type,