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 19 BLOCK_256,
100 case BLOCK_256:
113 return BLOCK_256;
stats.cc 106 if (!backend->CreateBlock(BLOCK_256, 2, address))
block_files.cc 511 Addr address(BLOCK_256, 1, new_file, 0);
531 Addr address(BLOCK_256, 1, header->next_file, 0);
block_files_unittest.cc 214 Addr addr(BLOCK_256, 1, 5, 10);
backend_impl.cc 740 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
    [all...]
entry_impl.cc 588 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256))
    [all...]

Completed in 270 milliseconds