HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_256 (Results 1 - 12 of 12) 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...]
  /external/chromium_org/net/disk_cache/
addr.h 19 BLOCK_256 = 2,
123 case BLOCK_256:
142 return BLOCK_256;
addr.cc 60 if (is_separate_file() || file_type() != BLOCK_256)
block_files.cc 595 Addr address(BLOCK_256, 1, new_file, 0);
615 Addr address(BLOCK_256, 1, header->next_file, 0);
block_files_unittest.cc 265 Addr addr(BLOCK_256, 1, 5, 10);
backend_impl.cc 549 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
771 DCHECK(!address.is_separate_file() && address.file_type() == BLOCK_256);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 595 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
    [all...]

Completed in 90 milliseconds