Searched refs:checkpoint_file_ (Results 1 – 2 of 2) sorted by relevance
49 : 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()
109 wstring checkpoint_file_; variable