Searched refs:CanOmitEmptyFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc106 bool CanOmitEmptyFile(int file_index) { function in namespace:__anon9177
729 if (CanOmitEmptyFile(file_index) && !files_[file_index].IsValid() &&
744 if (CanOmitEmptyFile(file_index) && file_required == FILE_NOT_REQUIRED) {
980 DCHECK(CanOmitEmptyFile(stream2_file_index));
1151 if (!DeleteFileForEntryHash(path, entry_hash, i) && !CanOmitEmptyFile(i))

Completed in 54 milliseconds