Searched refs:RunCommandToFd (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateUtil.h | 195 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
|
D | DumpstateUtil.cpp | 221 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd() function
|
D | utils.cpp | 702 int status = RunCommandToFd(STDOUT_FILENO, title, full_command, options); in RunCommand()
|
D | dumpstate.cpp | 780 RunCommandToFd(STDOUT_FILENO, "", {"uptime", "-p"}, in PrintHeader() 1297 RunCommandToFd(fd, in DumpHals()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 1388 int status = RunCommandToFd(fd, title, full_command, options); in RunCommand() 1553 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()
|