Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.h195 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
DDumpstateUtil.cpp221 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd() function
Dutils.cpp702 int status = RunCommandToFd(STDOUT_FILENO, title, full_command, options); in RunCommand()
Ddumpstate.cpp780 RunCommandToFd(STDOUT_FILENO, "", {"uptime", "-p"}, in PrintHeader()
1297 RunCommandToFd(fd, in DumpHals()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1388 int status = RunCommandToFd(fd, title, full_command, options); in RunCommand()
1553 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()