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

/external/chromium/net/disk_cache/
H A Ddisk_format.h163 const uint32 kBlockMagic = 0xC104CAC3; member in namespace:disk_cache
193 magic = kBlockMagic;
H A Dblock_files.cc250 if (kBlockMagic != header->magic || kCurrentVersion != header->version) {

Completed in 343 milliseconds