Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/process/
H A 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()
H A Dlaunch.h328 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
H A Dlaunch_posix.cc684 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
/aosp_15_r20/external/cronet/base/process/
H A Dlaunch_unittest_win.cc19 ASSERT_TRUE(GetAppOutputWithExitCode(cl, &output, &exit_code)); in TEST()
H A Dprocess_util_unittest.cc915 TEST_F(ProcessUtilTest, GetAppOutputWithExitCode) { in TEST_F() argument
921 EXPECT_TRUE(GetAppOutputWithExitCode(command, &output, &exit_code)); in TEST_F()
935 GetAppOutputWithExitCode(command, &output, &exit_code); in TEST_F()
937 EXPECT_TRUE(GetAppOutputWithExitCode(command, &output, &exit_code)); in TEST_F()
H A Dlaunch.h401 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
H A Dlaunch_mac.cc353 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
H A Dlaunch_fuchsia.cc292 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
H A Dlaunch_win.cc462 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
H A Dlaunch_posix.cc676 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dlaunch.h331 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dlaunch.h331 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher_unittest.cc1390 GetAppOutputWithExitCode(command_line, &output, &exit_code); in TEST_F()