Searched defs:Dumpstate (Results 1 - 3 of 3) sorted by path

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp96 static Dumpstate& ds = Dumpstate::GetInstance();
102 const CommandOptions& options = Dumpstate::DEFAULT_DUMPSYS,
652 void Dumpstate::PrintHeader() const {
679 printf("Dumpstate info: id=%d pid=%d dry_run=%d args=%s extra_options=%s\n", id_, pid_,
692 bool Dumpstate::AddZipEntryFromFd(const std::string& entry_name, int fd) {
746 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) {
762 void Dumpstate::AddDir(const std::string& dir, bool recursive) {
772 bool Dumpstate::AddTextZipEntry(const std::string& entry_name, const std::string& content) {
887 // Anyways, once dump_traces() is refactored as a private Dumpstate functio
101 RunDumpsys(const std::string& title, const std::vector<std::string>& dumpsysArgs, const CommandOptions& options = Dumpstate::DEFAULT_DUMPSYS, long dumpsysTimeout = 0) argument
[all...]
H A Ddumpstate.h164 class Dumpstate { class
170 static Dumpstate& GetInstance();
244 // TODO: temporary method until Dumpstate object is properly set
342 Dumpstate(const std::string& version = VERSION_CURRENT);
344 DISALLOW_COPY_AND_ASSIGN(Dumpstate);
H A Dutils.cpp71 static Dumpstate& ds = Dumpstate::GetInstance();
108 CommandOptions Dumpstate::DEFAULT_DUMPSYS = CommandOptions::WithTimeout(30).Build();
110 Dumpstate::Dumpstate(const std::string& version) function in class:Dumpstate
114 Dumpstate& Dumpstate::GetInstance() {
115 static Dumpstate singleton_(android::base::GetProperty("dumpstate.version", VERSION_CURRENT));
248 bool Dumpstate::IsZipping() const {
252 std::string Dumpstate
[all...]

Completed in 80 milliseconds