Home
last modified time | relevance | path

Searched defs:GetAppOutput (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/process/
Dlaunch_posix.cc656 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function
660 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { in GetAppOutput() function
Dprocess_util_unittest.cc799 TEST_F(ProcessUtilTest, GetAppOutput) { in TEST_F() argument