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

  /external/chromium/net/disk_cache/
disk_format.cc 11 magic = kIndexMagic;
disk_format.h 66 const uint32 kIndexMagic = 0xC103CAC3;
236 uint32 magic; // Structure identifier (equal to kIndexMagic).
sparse_control.cc 365 sparse_header_.magic = kIndexMagic;
410 if (sparse_header_.magic != kIndexMagic ||
462 child_data_.header.magic != kIndexMagic)
backend_impl.cc     [all...]

Completed in 60 milliseconds