Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc49 : checkpoint_file_(checkpoint_file), in CrashReportSender()
128 if (checkpoint_file_.empty()) { in OpenCheckpointFile()
132 return _wfopen_s(fd, checkpoint_file_.c_str(), mode); in OpenCheckpointFile()
134 *fd = _wfopen(checkpoint_file_.c_str(), mode); in OpenCheckpointFile()
Dcrash_report_sender.h109 wstring checkpoint_file_; variable