Searched refs:WaitForExitCode (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/base/process/
H A Dkill.h88 // Note that it is not an option to call WaitForExitCode and then
89 // GetTerminationStatus as the child will be reaped when WaitForExitCode
100 BASE_EXPORT bool WaitForExitCode(ProcessHandle handle, int* exit_code);
H A Dkill_win.cc180 bool WaitForExitCode(ProcessHandle handle, int* exit_code) { function in namespace:base
H A Dkill_posix.cc209 bool WaitForExitCode(ProcessHandle handle, int* exit_code) { function in namespace:base
H A Dlaunch_posix.cc615 bool success = WaitForExitCode(pid, exit_code);
/external/chromium_org/chrome/common/
H A Dmulti_process_lock_unittest.cc57 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
67 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
H A Dservice_process_util_unittest.cc101 ASSERT_TRUE(base::WaitForExitCode(handle, &exit_code));
/external/chromium_org/chrome/browser/nacl_host/test/
H A Dgdb_debug_stub_browsertest.cc63 base::WaitForExitCode(test_script, &exit_code);
/external/chromium_org/mojo/shell/
H A Dchild_process_host.cc59 // Note: |WaitForExitCode()| closes the process handle.
60 LOG_IF(ERROR, !base::WaitForExitCode(child_process_handle_, &rv))
/external/chromium_org/base/win/
H A Dscoped_process_information_unittest.cc138 ASSERT_TRUE(base::WaitForExitCode(process_info.TakeProcessHandle(),
143 ASSERT_TRUE(base::WaitForExitCode(duplicate.TakeProcessHandle(),
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_win.cc72 !base::WaitForExitCode(ph, &exit_code)) {
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_mac.cc160 if (!base::WaitForExitCode(process_handle, &child_exit_status)) {
/external/chromium_org/ipc/
H A Dipc_channel_posix_unittest.cc309 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
348 EXPECT_TRUE(base::WaitForExitCode(handle2, &exit_code));
397 EXPECT_TRUE(base::WaitForExitCode(handle2, &exit_code));
406 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.cc150 // WaitForExitCode will close the handle in all cases.
151 if (!base::WaitForExitCode(process_handle.Take(), &exit_code)) {
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_log_writer.cc101 if (!base::WaitForExitCode(handle, &exit_code)) {
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest.cc272 base::WaitForExitCode(test_script, &exit_code);
/external/chromium_org/net/disk_cache/blockfile/
H A Dstress_cache.cc69 if (!base::WaitForExitCode(handle, &exit_code)) {
/external/chromium_org/sandbox/mac/
H A Dxpc_message_server_unittest.cc159 ASSERT_TRUE(base::WaitForExitCode(child_handle, &exit_code));
/external/chromium_org/chrome/browser/component_updater/
H A Dsw_reporter_installer_win.cc212 bool success = base::WaitForExitCode(scan_reporter_process, &exit_code);
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc220 base::WaitForExitCode(recording_application_, &exit_code);
/external/chromium_org/tools/gn/
H A Dfunction_exec_script.cc225 return base::WaitForExitCode(pid, exit_code);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc79 if (!base::WaitForExitCode(handle, exit_code)) {
H A Dsetup_util_unittest.cc237 } else if (!base::WaitForExitCode(process_handle, &exit_code)) {
/external/chromium_org/net/tools/crash_cache/
H A Dcrash_cache.cc61 if (!base::WaitForExitCode(handle, &exit_code)) {
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc687 EXPECT_TRUE(WaitForExitCode(handles[index], &exit_code));
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc87 return base::WaitForExitCode(handle, exit_code);

Completed in 5058 milliseconds