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

  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.cc 119 minidump_pathname_ = minidump_pathname;
152 if (minidump_pathname_.empty()) {
178 int err = stat(minidump_pathname_.c_str(), &st);
180 std::cout << minidump_pathname_ << " could not be found"; local
191 if (!http_layer_->AddFile(minidump_pathname_,
google_crashdump_uploader.h 97 string minidump_pathname_; member in class:google_breakpad::GoogleCrashdumpUploader

Completed in 55 milliseconds