Searched defs:GetAppOutputAndError (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/base/process/ |
H A D | launch_fuchsia.cc | 281 bool GetAppOutputAndError(const CommandLine& cl, std::string* output) { in GetAppOutputAndError() function 287 bool GetAppOutputAndError(const std::vector<std::string>& argv, in GetAppOutputAndError() function
|
H A D | launch_mac.cc | 349 bool GetAppOutputAndError(const CommandLine& cl, std::string* output) { in GetAppOutputAndError() function 370 bool GetAppOutputAndError(const std::vector<std::string>& argv, in GetAppOutputAndError() function
|
H A D | launch_posix.cc | 660 bool GetAppOutputAndError(const CommandLine& cl, std::string* output) { in GetAppOutputAndError() function 668 bool GetAppOutputAndError(const std::vector<std::string>& argv, in GetAppOutputAndError() function
|
H A D | launch_ios.cc | 17 bool GetAppOutputAndError(const CommandLine& cl, std::string* output) { in GetAppOutputAndError() function
|
H A D | launch_win.cc | 456 bool GetAppOutputAndError(const CommandLine& cl, std::string* output) { in GetAppOutputAndError() function
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | launch_posix.cc | 668 bool GetAppOutputAndError(const CommandLine& cl, std::string* output) { in GetAppOutputAndError() function 676 bool GetAppOutputAndError(const std::vector<std::string>& argv, in GetAppOutputAndError() function
|