Home | History | Annotate | Download | only in disk_cache

Lines Matching full:file_index

230   int file_index = address.FileNumber();
231 if (static_cast<unsigned int>(file_index) >= block_files_.size() ||
232 !block_files_[file_index]) {
234 if (!OpenBlockFile(file_index))
237 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index));
238 return block_files_[file_index];
541 int file_index = header->next_file;
543 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index));
547 FilePath name = Name(file_index);
550 block_files_[file_index]->Release();
551 block_files_[file_index] = NULL;