Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:failure

914       // There was a failure writing the actual data. Mark the entry as dirty.
1139 int failure = !DeleteCacheFile(backend_->GetFileName(address));
1140 CACHE_UMA(COUNTS, "DeleteFailed", 0, failure);
1141 if (failure) {