Searched refs:bugreport_internal_dir_ (Results 1 – 3 of 3) sorted by relevance
1048 const std::string path = ds.bugreport_internal_dir_ + "/tmp_incident_report"; in DumpIncidentReport()1071 const std::string path = ds.bugreport_internal_dir_ + "/tmp_netstats_proto"; in DumpNetstatsProto()1112 const std::string path = ds.bugreport_internal_dir_ + "/tmp_visible_window_views"; in DumpVisibleWindowViews()1443 const std::string path = ds.bugreport_internal_dir_ + "/lshal_debug_" + cleanName; in DumpHals()1985 dump_pool_ = std::make_unique<DumpPool>(bugreport_internal_dir_); in DumpstateDefaultAfterCritical()2267 const std::string temp_file_pattern = ds.bugreport_internal_dir_ + "/dumptrace_XXXXXX"; in DumpTraces()2600 paths.emplace_back(StringPrintf("%s/%s", ds.bugreport_internal_dir_.c_str(), in DumpstateBoard()2817 MaybeResolveSymlink(&ds.bugreport_internal_dir_); in PrepareToWriteToFile()2840 : ds.bugreport_internal_dir_.c_str(); in PrepareToWriteToFile()3162 android::os::UnlinkAndLogOnError(ds.bugreport_internal_dir_ + "/" + in Cancel()[all …]
256 : ds_->bugreport_internal_dir_.c_str(); in dump()
500 std::string bugreport_internal_dir_ = DUMPSTATE_DIRECTORY; variable