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

  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.cc 49 : checkpoint_file_(checkpoint_file),
128 if (checkpoint_file_.empty()) {
132 return _wfopen_s(fd, checkpoint_file_.c_str(), mode);
134 *fd = _wfopen(checkpoint_file_.c_str(), mode);
crash_report_sender.h 109 wstring checkpoint_file_; member in class:google_breakpad::CrashReportSender

Completed in 698 milliseconds