HomeSort by relevance Sort by last modified time
    Searched full:eof_record (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 351 SimpleFileEOF eof_record; local
355 reinterpret_cast<char*>(&eof_record),
356 sizeof(eof_record)) != sizeof(eof_record)) {
363 if (eof_record.final_magic_number != kSimpleFinalMagicNumber) {
371 const bool has_crc = (eof_record.flags & SimpleFileEOF::FLAG_HAS_CRC32) ==
374 if (has_crc && eof_record.data_crc32 != expected_crc32) {
391 SimpleFileEOF eof_record; local
392 eof_record.final_magic_number = kSimpleFinalMagicNumber;
393 eof_record.flags = 0
    [all...]

Completed in 2092 milliseconds