Home
last modified time | relevance | path

Searched refs:DuplicateHandle (Results 1 – 25 of 49) sorted by relevance

12

/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc616 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply()
627 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply()
638 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply()
654 if (!DuplicateHandle(current_process, in CreateClientHandles()
664 if (!DuplicateHandle(current_process, in CreateClientHandles()
674 if (!DuplicateHandle(current_process, in CreateClientHandles()
Dcrash_generation_client.cc384 if (DuplicateHandle(GetCurrentProcess(), local_pipe, in DuplicatePipeToClientProcess()
/external/python/cpython3/Lib/multiprocessing/
Dreduction.py79 return _winapi.DuplicateHandle(
88 return _winapi.DuplicateHandle(
113 self._handle = _winapi.DuplicateHandle(
131 return _winapi.DuplicateHandle(
/external/libchrome/mojo/core/
Dplatform_handle_in_transit.cc29 ::DuplicateHandle(from_process, handle, to_process, &handle, 0, FALSE, in TransferHandle()
51 BOOL result = ::DuplicateHandle(process.get(), handle, NULL, &handle, 0, in CloseHandleInProcess()
Dscoped_process_handle.cc48 BOOL ok = ::DuplicateHandle(GetCurrentProcessHandle(), handle, in CloneFrom()
Dplatform_wrapper_unittest.cc125 base::SharedMemory::DuplicateHandle(buffer.handle()); in TEST_F()
/external/rust/crates/tokio/src/process/
Dwindows.rs35 use winapi::um::handleapi::{DuplicateHandle, INVALID_HANDLE_VALUE};
189 let status = DuplicateHandle( in convert_to_stdio()
/external/libchrome/ipc/
Dipc_platform_file.cc52 !::DuplicateHandle(::GetCurrentProcess(), handle, ::GetCurrentProcess(), in GetPlatformFileForTransit()
Dsync_socket_unittest.cc183 BOOL retval = DuplicateHandle(GetCurrentProcess(), pair[1].handle(), in TEST_F()
/external/libchrome/base/memory/
Dshared_memory.h107 static SharedMemoryHandle DuplicateHandle(const SharedMemoryHandle& handle);
Dshared_memory_unittest.cc453 BOOL rv = ::DuplicateHandle(GetCurrentProcess(), handle.GetHandle(), in TEST_P()
460 rv = ::DuplicateHandle(GetCurrentProcess(), handle.GetHandle(), in TEST_P()
763 EXPECT_TRUE(::DuplicateHandle( in TEST_P()
Dshared_memory_posix.cc69 SharedMemoryHandle SharedMemory::DuplicateHandle( in DuplicateHandle() function in base::SharedMemory
/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.h88 DuplicateHandling DuplicateHandle = DuplicateHandling::PickOne,
DFileIndex.cpp264 FileSymbols::buildIndex(IndexType Type, DuplicateHandling DuplicateHandle, in buildIndex() argument
287 switch (DuplicateHandle) { in buildIndex()
/external/llvm-project/lldb/source/Host/windows/
DHostProcessWindows.cpp92 if (::DuplicateHandle(GetCurrentProcess(), m_process, GetCurrentProcess(), in StartMonitoring()
/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.cc42 BOOL result = ::DuplicateHandle(::GetCurrentProcess(), handle.Get(), in CloneHandle()
/external/angle/util/windows/
Dtest_utils_win.cpp348 if (::DuplicateHandle(::GetCurrentProcess(), mProcessInfo.hProcess, ::GetCurrentProcess(), in kill()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc1147 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1161 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc1249 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1264 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc130 if (!DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
239 if (!DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
/external/libchrome/base/metrics/
Dfield_trial_unittest.cc1244 handle = SharedMemory::DuplicateHandle( in TEST()
1281 handle = SharedMemory::DuplicateHandle( in TEST()
1371 handle = SharedMemory::DuplicateHandle( in TEST()
/external/virglrenderer/src/gallium/include/c11/
Dthreads_win32.h519 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle
/external/python/cpython2/Lib/multiprocessing/
Dforking.py233 return _subprocess.DuplicateHandle(
/external/mesa3d/include/c11/
Dthreads_win32.h527 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc1472 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1487 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()

12