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

/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc281 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_[
[all...]
H A Dbackend_worker_v3.h48 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImplV3::Worker
H A Dbackend_impl_v3.cc62 block_files_(),
118 return block_files_.CreateBlock(block_type, block_count, block_address);
514 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
521 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
522 block_files_.DeleteBlock(entry_address, false);
533 block_files_.DeleteBlock(entry_address, false);
534 block_files_.DeleteBlock(node_address, false);
859 block_files_.CloseFiles();
883 block_files_.CloseFiles();
900 STRESS_DCHECK(block_files_
[all...]
H A Dbackend_worker_v3.cc99 : path_(path), block_files_(path), init_(false) {
170 if (!block_files_.Init(create_files))
222 block_files_.CloseFiles();
269 block_files_.CloseFiles();
H A Dblock_files.h156 std::vector<MappedFile*> block_files_; // The actual files. member in class:disk_cache::BlockFiles
H A Dbackend_impl.cc119 block_files_(path),
146 block_files_(path),
257 if (!block_files_.Init(create_files))
322 block_files_.CloseFiles();
551 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
558 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
559 block_files_.DeleteBlock(entry_address, false);
570 block_files_.DeleteBlock(entry_address, false);
571 block_files_.DeleteBlock(node_address, false);
711 return block_files_
[all...]
H A Dbackend_impl_v3.h248 BlockBitmaps block_files_; member in class:disk_cache::BackendImplV3
H A Dbackend_impl.h368 BlockFiles block_files_; // Set of files used to store all data. member in class:disk_cache::BackendImpl
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc156 block_files_(path),
175 disk_cache::BlockFiles block_files_; member in class:__anon9752::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 110 milliseconds