Searched refs:GetBugreportPath (Results 1 – 4 of 4) sorted by relevance
45 std::string GetBugreportPath();
273 return GetBugreportPath() + ".tmp"; in GetBugreportTmpPath()299 std::string GetBugreportPath() { in GetBugreportPath() function3542 if (rename(GetBugreportTmpPath().c_str(), GetBugreportPath().c_str())) { in SaveTraceForBugreport()3544 GetBugreportPath() + ") failed (" + in SaveTraceForBugreport()3547 consumer_callback(true, GetBugreportPath()); in SaveTraceForBugreport()
264 // /data/misc/perfetto-traces, see GetBugreportPath()).
273 base::ReadFile(GetBugreportPath(), &trace_str); in VerifyBugreportTraceContents()