Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc46 static const char kCheckpointSignature[] = "GBP1\n"; variable
88 strcmp(buf, kCheckpointSignature) != 0) { in ReadCheckpoint()
113 fputs(kCheckpointSignature, fd); in ReportSent()