Searched refs:kBlockVersion2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_base.h30 const uint32 kBlockVersion2 = 0x20000; // Version 2.0. member in namespace:disk_cache
H A Dblock_files.cc458 header.version = kBlockVersion2;
489 if (kBlockMagic != header->magic || kBlockVersion2 != header->version) {

Completed in 522 milliseconds