Searched refs:RunCommandToFd (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateUtil.h | 163 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
|
D | DumpstateUtil.cpp | 194 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd() function
|
D | utils.cpp | 709 int status = RunCommandToFd(STDOUT_FILENO, title, full_command, options); in RunCommand()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 823 int status = RunCommandToFd(fd, title, full_command, options); in RunCommand() 977 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()
|