Searched refs:BLOCK_256 (Results 1 – 12 of 12) sorted by relevance
/external/chromium/net/disk_cache/ |
D | addr.h | 19 BLOCK_256, enumerator 100 case BLOCK_256: in BlockSizeForFileType() 113 return BLOCK_256; in RequiredFileType()
|
D | block_files.cc | 511 Addr address(BLOCK_256, 1, new_file, 0); in NextFile() 531 Addr address(BLOCK_256, 1, header->next_file, 0); in RemoveEmptyFile()
|
D | stats.cc | 106 if (!backend->CreateBlock(BLOCK_256, 2, address)) in CreateStats()
|
D | block_files_unittest.cc | 214 Addr addr(BLOCK_256, 1, 5, 10); in TEST_F()
|
D | backend_impl.cc | 740 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl() 1518 address.file_type() != BLOCK_256) { in NewEntry()
|
D | entry_impl.cc | 588 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256)) in SanityCheck()
|
/external/chromium_org/net/disk_cache/ |
D | addr.h | 19 BLOCK_256 = 2, enumerator 123 case BLOCK_256: in BlockSizeForFileType() 142 return BLOCK_256; in RequiredFileType()
|
D | addr.cc | 60 if (is_separate_file() || file_type() != BLOCK_256) in SanityCheckForEntryV2()
|
D | block_files.cc | 595 Addr address(BLOCK_256, 1, new_file, 0); in NextFile() 615 Addr address(BLOCK_256, 1, header->next_file, 0); in RemoveEmptyFile()
|
D | block_files_unittest.cc | 265 Addr addr(BLOCK_256, 1, 5, 10); in TEST_F()
|
D | backend_impl.cc | 549 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl() 771 DCHECK(!address.is_separate_file() && address.file_type() == BLOCK_256); in GetNextAddr()
|
/external/chromium_org/net/disk_cache/v3/ |
D | backend_impl_v3.cc | 595 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl() 1322 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl()
|