Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/process/
H A Dlaunch_fuchsia.cc271 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function
277 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { in GetAppOutput() function
H A Dlaunch_win.cc452 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function
469 bool GetAppOutput(CommandLine::StringPieceType cl, std::string* output) { in GetAppOutput() function
H A Dlaunch_mac.cc345 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function
363 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { in GetAppOutput() function
H A Dlaunch_posix.cc648 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function
652 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { in GetAppOutput() function
H A Dlaunch_ios.cc13 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function
H A Dprocess_util_unittest.cc895 TEST_F(ProcessUtilTest, GetAppOutput) { in TEST_F() argument
/aosp_15_r20/external/libchrome/base/process/
H A 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
H A Dprocess_util_unittest.cc799 TEST_F(ProcessUtilTest, GetAppOutput) { in TEST_F() argument