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

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc690 const int stream2_file_index = GetFileIndexFromStreamIndex(2); local
692 empty_file_omitted_[stream2_file_index]);
979 const int stream2_file_index = GetFileIndexFromStreamIndex(2); local
980 DCHECK(CanOmitEmptyFile(stream2_file_index));
981 if (!empty_file_omitted_[stream2_file_index] &&
984 CloseFile(stream2_file_index);
985 DeleteFileForEntryHash(path_, entry_hash_, stream2_file_index);
986 empty_file_omitted_[stream2_file_index] = true;

Completed in 36 milliseconds