Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.h163 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
DDumpstateUtil.cpp194 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd() function
Dutils.cpp709 int status = RunCommandToFd(STDOUT_FILENO, title, full_command, options); in RunCommand()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp823 int status = RunCommandToFd(fd, title, full_command, options); in RunCommand()
977 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()