Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Daddr.h23 BLOCK_256 = 2, enumerator
130 case BLOCK_256: in BlockSizeForFileType()
151 return BLOCK_256; in RequiredFileType()
Daddr.cc46 if (is_separate_file() || file_type() != BLOCK_256) in SanityCheckForEntry()
Dblock_files.cc565 Addr address(BLOCK_256, 1, new_file, 0); in NextFile()
585 Addr address(BLOCK_256, 1, header->next_file, 0); in RemoveEmptyFile()
Dblock_files_unittest.cc279 Addr addr(BLOCK_256, 1, 5, 10); in TEST_F()
Dbackend_impl.cc582 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) { in CreateEntryImpl()
849 DCHECK(!address.is_separate_file() && address.file_type() == BLOCK_256); in GetNextAddr()
/external/cronet/net/tools/dump_cache/
Ddump_files.cc556 if (address.file_type() == disk_cache::BLOCK_256 && in DumpEntryAt()