Searched refs:GetAppOutput (Results 1 – 2 of 2) sorted by relevance
318 BASE_EXPORT bool GetAppOutput(const CommandLine& cl, std::string* output);335 BASE_EXPORT bool GetAppOutput(const StringPiece16& cl, std::string* output);340 BASE_EXPORT bool GetAppOutput(const std::vector<std::string>& argv,
656 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function657 return GetAppOutput(cl.argv(), output); in GetAppOutput()660 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { in GetAppOutput() function