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

  /external/chromium_org/net/disk_cache/blockfile/
block_files.cc 281 block_files_.resize(kFirstAdditionalBlockFile);
301 DCHECK_GE(block_files_.size(),
308 if (static_cast<unsigned int>(file_index) >= block_files_.size() ||
309 !block_files_[file_index]) {
314 DCHECK_GE(block_files_.size(), static_cast<unsigned int>(file_index));
315 return block_files_[file_index];
389 for (unsigned int i = 0; i < block_files_.size(); i++) {
390 if (block_files_[i]) {
391 block_files_[i]->Release();
392 block_files_[i] = NULL
    [all...]
backend_worker_v3.h 42 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImplV3::Worker
backend_worker_v3.cc 99 block_files_(path),
171 if (!block_files_.Init(create_files))
223 block_files_.CloseFiles();
270 block_files_.CloseFiles();
block_files.h 156 std::vector<MappedFile*> block_files_; // The actual files. member in class:disk_cache::BlockFiles
backend_impl_v3.cc 61 block_files_(),
125 return block_files_.CreateBlock(block_type, block_count, block_address);
521 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
528 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
529 block_files_.DeleteBlock(entry_address, false);
540 block_files_.DeleteBlock(entry_address, false);
541 block_files_.DeleteBlock(node_address, false);
856 block_files_.CloseFiles();
880 block_files_.CloseFiles();
897 STRESS_DCHECK(block_files_.IsValid(address))
    [all...]
backend_impl.cc 117 block_files_(path),
143 block_files_(path),
254 if (!block_files_.Init(create_files))
319 block_files_.CloseFiles();
560 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
567 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
568 block_files_.DeleteBlock(entry_address, false);
579 block_files_.DeleteBlock(entry_address, false);
580 block_files_.DeleteBlock(node_address, false);
660 return block_files_.GetFile(address)
    [all...]
backend_impl_v3.h 251 BlockBitmaps block_files_; member in class:disk_cache::BackendImplV3
backend_impl.h 362 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 156 block_files_(path),
175 disk_cache::BlockFiles block_files_; member in class:__anon13757::CacheDumper
185 if (!block_files_.Init(false)) {
235 disk_cache::MappedFile* file = block_files_.GetFile(address);
260 disk_cache::MappedFile* file = block_files_.GetFile(address);

Completed in 910 milliseconds