Home
last modified time | relevance | path

Searched refs:bugreport_internal_dir_ (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp199 : ds_->bugreport_internal_dir_.c_str(); in dump()
Ddumpstate.h430 std::string bugreport_internal_dir_ = DUMPSTATE_DIRECTORY; variable
Ddumpstate.cpp941 const std::string path = ds.bugreport_internal_dir_ + "/tmp_incident_report"; in DumpIncidentReport()
1255 const std::string path = ds.bugreport_internal_dir_ + "/lshal_debug_" + cleanName; in DumpHals()
1879 paths.emplace_back(StringPrintf("%s/%s", ds.bugreport_internal_dir_.c_str(), in DumpstateBoard()
2124 MaybeResolveSymlink(&ds.bugreport_internal_dir_); in PrepareToWriteToFile()
2151 : ds.bugreport_internal_dir_.c_str(); in PrepareToWriteToFile()
2616 ? android::base::StringPrintf("%s/dumpstate-stats.txt", bugreport_internal_dir_.c_str()) in RunInternal()
3114 return GetPath(bugreport_internal_dir_, suffix); in GetPath()