Home
last modified time | relevance | path

Searched refs:GetAppOutputWithExitCode (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/process/
Dlaunch.h328 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
Dprocess_util_unittest.cc819 TEST_F(ProcessUtilTest, GetAppOutputWithExitCode) { in TEST_F() argument
825 EXPECT_TRUE(GetAppOutputWithExitCode(command, &output, &exit_code)); in TEST_F()
839 GetAppOutputWithExitCode(command, &output, &exit_code); in TEST_F()
841 EXPECT_TRUE(GetAppOutputWithExitCode(command, &output, &exit_code)); in TEST_F()
Dlaunch_posix.cc684 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function