HomeSort by relevance Sort by last modified time
    Searched refs:block_files_ (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/disk_cache/
block_files.cc 206 block_files_.resize(kFirstAdditionalBlockFile);
225 DCHECK(block_files_.size() >= 4);
231 if (static_cast<unsigned int>(file_index) >= block_files_.size() ||
232 !block_files_[file_index]) {
237 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index));
238 return block_files_[file_index];
313 for (unsigned int i = 0; i < block_files_.size(); i++) {
314 if (block_files_[i]) {
315 block_files_[i]->Release();
316 block_files_[i] = NULL
    [all...]
block_files.h 91 std::vector<MappedFile*> block_files_; // The actual files. member in class:disk_cache::BlockFiles
backend_impl.cc 343 block_files_(path),
369 block_files_(path),
491 if (!block_files_.Init(create_files))
532 block_files_.CloseFiles();
740 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
747 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
748 block_files_.DeleteBlock(entry_address, false);
759 block_files_.DeleteBlock(entry_address, false);
760 block_files_.DeleteBlock(node_address, false);
772 block_files_.GetFile(entry_address)->Store(cache_entry->entry())
    [all...]
backend_impl.h 346 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
  /external/chromium/net/tools/dump_cache/
dump_files.cc 112 block_files_(FilePath::FromWStringHack(path)),
131 disk_cache::BlockFiles block_files_; member in class:__anon3830::CacheDumper
141 if (!block_files_.Init(false)) {
192 disk_cache::MappedFile* file = block_files_.GetFile(address);
217 disk_cache::MappedFile* file = block_files_.GetFile(address);

Completed in 4869 milliseconds