Searched defs:GetAppOutput (Results 1 – 2 of 2) sorted by relevance
656 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function660 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { in GetAppOutput() function
799 TEST_F(ProcessUtilTest, GetAppOutput) { in TEST_F() argument