HomeSort by relevance Sort by last modified time
    Searched refs:stack_trace_file_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
signal_catcher.h 67 std::string stack_trace_file_; member in class:art::SignalCatcher
signal_catcher.cc 78 : stack_trace_file_(stack_trace_file),
132 if (stack_trace_file_.empty()) {
136 int fd = open(stack_trace_file_.c_str(), O_APPEND | O_CREAT | O_WRONLY, 0666);
138 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'";
165 "[tombstoned]" : stack_trace_file_;
runtime.h 891 std::string stack_trace_file_; member in class:art::verifier::VerifyMode
    [all...]
runtime.cc     [all...]

Completed in 145 milliseconds