Home
last modified time | relevance | path

Searched refs:BLOCK_256 (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/disk_cache/
Daddr.h18 BLOCK_256, enumerator
99 case BLOCK_256: in BlockSizeForFileType()
112 return BLOCK_256; in RequiredFileType()
Dblock_files.cc354 Addr address(BLOCK_256, 1, new_file, 0); in NextFile()
374 Addr address(BLOCK_256, 1, header->next_file, 0); in RemoveEmptyFile()
Dblock_files_unittest.cc190 Addr addr(BLOCK_256, 1, 5, 10); in TEST_F()
Dstats.cc100 if (!backend->CreateBlock(BLOCK_256, 2, address)) in CreateStats()
Dbackend_impl.cc426 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntry()
1163 address.file_type() != BLOCK_256) { in NewEntry()
Dentry_impl.cc579 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256)) in SanityCheck()