HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_256 (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/disk_cache/
addr.h 18 BLOCK_256,
99 case BLOCK_256:
112 return BLOCK_256;
block_files.cc 354 Addr address(BLOCK_256, 1, new_file, 0);
374 Addr address(BLOCK_256, 1, header->next_file, 0);
block_files_unittest.cc 190 Addr addr(BLOCK_256, 1, 5, 10);
stats.cc 100 if (!backend->CreateBlock(BLOCK_256, 2, address))
backend_impl.cc 426 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
1163 address.file_type() != BLOCK_256) {
    [all...]
entry_impl.cc 579 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256))

Completed in 62 milliseconds