Home
last modified time | relevance | path

Searched refs:GetAppOutput (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/process/
Dlaunch.h240 BASE_EXPORT bool GetAppOutput(const CommandLine& cl, std::string* output);
250 BASE_EXPORT bool GetAppOutput(const StringPiece16& cl, std::string* output);
257 BASE_EXPORT bool GetAppOutput(const std::vector<std::string>& argv,
Dlaunch_posix.cc632 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function
633 return GetAppOutput(cl.argv(), output); in GetAppOutput()
636 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { in GetAppOutput() function