Home
last modified time | relevance | path

Searched refs:actual_crc (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc475 uint32_t actual_crc = 0; in ReadDebugLink() local
487 actual_crc = google_breakpad::UpdateCrc32(actual_crc, buf, bytes_read); in ReadDebugLink()
489 if (actual_crc != expected_crc) { in ReadDebugLink()