Searched refs:GetAppOutputWithExitCode (Results 1 – 3 of 3) sorted by relevance
328 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
819 TEST_F(ProcessUtilTest, GetAppOutputWithExitCode) { in TEST_F() argument825 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()
684 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function