Searched refs:minidump_pathname_ (Results 1 – 2 of 2) sorted by relevance
119 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()
97 string minidump_pathname_; variable