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

/external/chromium_org/base/process/
H A Dlaunch_win.cc292 bool GetAppOutput(const CommandLine& cl, std::string* output) { function in namespace:base
293 return GetAppOutput(cl.GetCommandLineString(), output);
296 bool GetAppOutput(const StringPiece16& cl, std::string* output) { function in namespace:base
H A Dlaunch_posix.cc628 bool GetAppOutput(const CommandLine& cl, std::string* output) { function in namespace:base
629 return GetAppOutput(cl.argv(), output);
632 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { function in namespace:base

Completed in 66 milliseconds