Searched refs:RunCommandToFd (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateUtil.h | 222 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
|
D | DumpstateUtil.cpp | 264 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd() function
|
D | dumpstate.cpp | 819 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/ |
D | dumpstate_test.cpp | 1323 int status = RunCommandToFd(fd, title, full_command, options); in RunCommand() 1480 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()
|