Searched refs:BLOCK_256 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/net/disk_cache/blockfile/ |
D | addr.h | 19 BLOCK_256 = 2, enumerator 127 case BLOCK_256: in BlockSizeForFileType() 146 return BLOCK_256; in RequiredFileType()
|
D | addr.cc | 60 if (is_separate_file() || file_type() != BLOCK_256) in SanityCheckForEntryV2()
|
D | block_files.cc | 593 Addr address(BLOCK_256, 1, new_file, 0); in NextFile() 613 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_v3.cc | 521 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntry() 1248 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl()
|
D | backend_impl.cc | 560 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl() 779 DCHECK(!address.is_separate_file() && address.file_type() == BLOCK_256); in GetNextAddr()
|