Searched defs:next_file (Results 1 - 4 of 4) sorted by path

/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc197 if (header_->next_file && (empty_blocks < kMaxBlocks / 10)) {
251 return header_->next_file;
577 int new_file = header->next_file;
590 header->next_file = new_file;
612 while (header->next_file) {
614 Addr address(BLOCK_256, 1, header->next_file, 0);
615 MappedFile* next_file = GetFile(address); local
616 if (!next_file)
620 reinterpret_cast<BlockFileHeader*>(next_file->buffer());
623 // Delete next_file an
[all...]
H A Ddisk_format_base.h53 int16 next_file; // Next file when this one is full. member in struct:disk_cache::BlockFileHeader
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc926 uint64_t next_file = 0; local
965 next_file = edit.next_file_number_;
1001 manifest_file_number_ = next_file;
1002 next_file_number_ = next_file + 1;
/external/fio/
H A Dfio.h134 unsigned int next_file; member in union:thread_data::__anon21406

Completed in 371 milliseconds