Home
last modified time | relevance | path

Searched refs:bugreport_dir_ (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp91 dprintf(fd, "bugreport_dir: %s\n", ds_.bugreport_dir_.c_str()); in dump()
Ddumpstate.h329 std::string bugreport_dir_; variable
Ddumpstate.cpp2013 ds.bugreport_dir_ = dirname(use_outfile); in run_main()
2045 ds.bugreport_dir_.c_str(), ds.base_name_.c_str(), ds.name_.c_str(), in run_main()
Dutils.cpp228 return android::base::StringPrintf("%s/%s-%s%s", bugreport_dir_.c_str(), base_name_.c_str(), in GetPath()