Searched refs:minidump_pathname_ (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader.cc119 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_,
H A Dgoogle_crashdump_uploader.h97 string minidump_pathname_; member in class:google_breakpad::GoogleCrashdumpUploader

Completed in 107 milliseconds