Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.cc119 minidump_pathname_ = minidump_pathname; in Init()
152 if (minidump_pathname_.empty()) { in CheckRequiredParametersArePresent()
178 int err = stat(minidump_pathname_.c_str(), &st); in Upload()
180 std::cout << minidump_pathname_ << " could not be found"; in Upload()
191 if (!http_layer_->AddFile(minidump_pathname_, in Upload()
Dgoogle_crashdump_uploader.h97 string minidump_pathname_; variable