Searched refs:GetAppOutput (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/process/ |
D | launch.h | 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,
|
D | launch_posix.cc | 656 bool GetAppOutput(const CommandLine& cl, std::string* output) { in GetAppOutput() function 657 return GetAppOutput(cl.argv(), output); in GetAppOutput() 660 bool GetAppOutput(const std::vector<std::string>& argv, std::string* output) { in GetAppOutput() function
|
D | process_util_unittest.cc | 799 TEST_F(ProcessUtilTest, GetAppOutput) { in TEST_F() argument 806 EXPECT_TRUE(GetAppOutput(command, &output)); in TEST_F() 815 EXPECT_FALSE(GetAppOutput(command, &output)); in TEST_F()
|
/external/libchrome/base/ |
D | linux_util.cc | 136 GetAppOutput(CommandLine(argv), &output); in GetLinuxDistro()
|