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

  /external/chromium_org/net/disk_cache/blockfile/
disk_format_base.h 30 const uint32 kBlockVersion2 = 0x20000; // Version 2.0.
block_files.cc 458 header.version = kBlockVersion2;
489 if (kBlockMagic != header->magic || kBlockVersion2 != header->version) {

Completed in 899 milliseconds