Searched refs:BLOCK_256 (Results 1 – 6 of 6) sorted by relevance
/external/chromium/net/disk_cache/ |
D | addr.h | 18 BLOCK_256, enumerator 99 case BLOCK_256: in BlockSizeForFileType() 112 return BLOCK_256; in RequiredFileType()
|
D | block_files.cc | 354 Addr address(BLOCK_256, 1, new_file, 0); in NextFile() 374 Addr address(BLOCK_256, 1, header->next_file, 0); in RemoveEmptyFile()
|
D | block_files_unittest.cc | 190 Addr addr(BLOCK_256, 1, 5, 10); in TEST_F()
|
D | stats.cc | 100 if (!backend->CreateBlock(BLOCK_256, 2, address)) in CreateStats()
|
D | backend_impl.cc | 426 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntry() 1163 address.file_type() != BLOCK_256) { in NewEntry()
|
D | entry_impl.cc | 579 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256)) in SanityCheck()
|