Searched refs:stack_trace_file_ (Results 1 – 6 of 6) sorted by relevance
65 : stack_trace_file_(stack_trace_file), in SignalCatcher()100 if (stack_trace_file_.empty()) { in Output()106 int fd = open(stack_trace_file_.c_str(), O_APPEND | O_CREAT | O_WRONLY, 0666); in Output()108 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'"; in Output()111 std::unique_ptr<File> file(new File(fd, stack_trace_file_)); in Output()113 PLOG(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'"; in Output()115 LOG(INFO) << "Wrote stack traces to '" << stack_trace_file_ << "'"; in Output()
52 std::string stack_trace_file_; variable
84 std::string stack_trace_file_; variable
542 signal_catcher_ = new SignalCatcher(stack_trace_file_); in StartSignalCatcher()686 stack_trace_file_ = options->stack_trace_file_; in Init()
558 std::string stack_trace_file_; variable
518 if (!ParseStringAfterChar(option, ':', &stack_trace_file_)) { in Parse()