Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.h213 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command,
DDumpstateUtil.cpp241 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd() function
Ddumpstate.cpp805 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/
Ddumpstate_test.cpp1301 int status = RunCommandToFd(fd, title, full_command, options); in RunCommand()
1458 EXPECT_EQ(SIGTERM, RunCommandToFd(fd, "", {kSimpleCommand, "--pid", "--sleep", "20"}, in TEST_F()