Home | History | Annotate | Download | only in disk_cache

Lines Matching full:to_delete

101     FilePath to_delete = GetPrefixedName(path_, name_, i);
102 disk_cache::DeleteCache(to_delete, true);
111 FilePath to_delete = GetPrefixedName(path, name, i);
112 if (!file_util::PathExists(to_delete))
113 return to_delete;
135 FilePath to_delete = GetTempCacheName(path, name_str);
136 if (to_delete.empty()) {
141 if (!disk_cache::MoveCache(full_path, to_delete)) {