Searched refs:RunCommandToFd (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateUtil.h | 213 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
|
D | DumpstateUtil.cpp | 241 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd() function
|
D | dumpstate.cpp | 805 RunCommandToFd(STDOUT_FILENO, "", {"uptime", "-p"}, in PrintHeader() 1048 RunCommandToFd(fd, "", {"incident", "-u"}, CommandOptions::WithTimeout(120).Build()); in DumpIncidentReport() 1093 RunCommandToFd(fd, "", {"cmd", "window", "dump-visible-window-views"}, in DumpVisibleWindowViews() 1420 RunCommandToFd(fd, in DumpHals() 3884 int status = RunCommandToFd(out_fd, title, full_command, options); in RunCommand()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 1301 int status = RunCommandToFd(fd, title, full_command, options); in RunCommand() 1458 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()
|