Searched defs:GetAppOutput (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cronet/base/process/ |
H A D | launch_fuchsia.cc | 271 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 D | launch_win.cc | 452 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 D | launch_mac.cc | 345 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 D | launch_posix.cc | 648 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 D | launch_ios.cc | 13 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function
|
H A D | process_util_unittest.cc | 895 TEST_F(ProcessUtilTest, GetAppOutput) { in TEST_F() argument
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | launch_posix.cc | 656 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 D | process_util_unittest.cc | 799 TEST_F(ProcessUtilTest, GetAppOutput) { in TEST_F() argument
|