Searched refs:GetAppOutputWithExitCode (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/libchrome/base/process/ |
H A D | process_util_unittest.cc | 819 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 D | launch.h | 328 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
|
H A D | launch_posix.cc | 684 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | launch_unittest_win.cc | 19 ASSERT_TRUE(GetAppOutputWithExitCode(cl, &output, &exit_code)); in TEST()
|
H A D | process_util_unittest.cc | 915 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 D | launch.h | 401 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
|
H A D | launch_mac.cc | 353 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
|
H A D | launch_fuchsia.cc | 292 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
|
H A D | launch_win.cc | 462 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
|
H A D | launch_posix.cc | 676 bool GetAppOutputWithExitCode(const CommandLine& cl, in GetAppOutputWithExitCode() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/ |
D | launch.h | 331 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/ |
D | launch.h | 331 BASE_EXPORT bool GetAppOutputWithExitCode(const CommandLine& cl,
|
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_launcher_unittest.cc | 1390 GetAppOutputWithExitCode(command_line, &output, &exit_code); in TEST_F()
|