Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.h222 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
DDumpstateUtil.cpp264 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd() function
Ddumpstate.cpp819 RunCommandToFd(STDOUT_FILENO, "", {SDK_EXT_INFO, "--header"}, in PrintHeader()
828 RunCommandToFd(STDOUT_FILENO, "", {"uptime", "-p"}, in PrintHeader()
1056 RunCommandToFd(fd, "", {"incident", "-u"}, in DumpIncidentReport()
1079 RunCommandToFd(fd, "", {"dumpsys", "netstats", "--proto"}, in DumpNetstatsProto()
1120 RunCommandToFd(fd, "", {"cmd", "window", "dump-visible-window-views"}, in DumpVisibleWindowViews()
1455 RunCommandToFd(fd, in DumpHals()
4402 int status = RunCommandToFd(out_fd, title, full_command, options); in RunCommand()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1323 int status = RunCommandToFd(fd, title, full_command, options); in RunCommand()
1480 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()