HomeSort by relevance Sort by last modified time
    Searched refs:DuplicateHandle (Results 1 - 25 of 44) sorted by null

1 2

  /external/libchrome/sandbox/win/sandbox_poc/pocdll/
utils.h 37 BOOL result = ::DuplicateHandle(::GetCurrentProcess(),
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 614 // only be done through DuplicateHandle.
616 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle
627 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle
638 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle
654 if (!DuplicateHandle(current_process,
664 if (!DuplicateHandle(current_process,
674 if (!DuplicateHandle(current_process,
    [all...]
crash_generation_client.cc 384 if (DuplicateHandle(GetCurrentProcess(), local_pipe,
  /external/bison/lib/
fcntl.c 84 if (!DuplicateHandle (curr_process, /* SourceProcessHandle */
  /external/libchrome/base/memory/
shared_memory.h 112 static SharedMemoryHandle DuplicateHandle(const SharedMemoryHandle& handle);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 1201 if (DuplicateHandle(GetCurrentProcess(),
1209 "process_easy: DuplicateHandle(In) failed (e=%ld)\n",
1213 if (DuplicateHandle(GetCurrentProcess(),
1221 "process_easy: DuplicateHandle(Out) failed (e=%ld)\n",
1225 if (DuplicateHandle(GetCurrentProcess(),
1233 "process_easy: DuplicateHandle(Err) failed (e=%ld)\n",
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 233 return _subprocess.DuplicateHandle(
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 233 return _subprocess.DuplicateHandle(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 233 return _subprocess.DuplicateHandle(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 233 return _subprocess.DuplicateHandle(
  /external/autotest/client/tests/kvm/deps/
rss.cpp 469 if (!DuplicateHandle(GetCurrentProcess(), hOutputWrite,
472 ExitOnError("DuplicateHandle failed");
478 if (!DuplicateHandle(GetCurrentProcess(), hOutputReadTmp,
483 ExitOnError("DuplicateHandle failed");
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/gtest/src/
gtest-death-test.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc     [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 305 err := DuplicateHandle(p, Handle(attr.Files[i]), p, &fd[i], 0, true, DUPLICATE_SAME_ACCESS)
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 305 err := DuplicateHandle(p, Handle(attr.Files[i]), p, &fd[i], 0, true, DUPLICATE_SAME_ACCESS)
  /external/libxml2/
threads.c 712 DuplicateHandle(GetCurrentProcess(), GetCurrentThread(),
  /sdk/find_lock/
find_lock.cpp 666 if (DuplicateHandle(remoteProcessH, // hSourceProcessHandle
  /ndk/sources/host-tools/make-3.81/
function.c     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os1_windows.go 20 //go:cgo_import_dynamic runtime._DuplicateHandle DuplicateHandle%7 "kernel32.dll"
  /prebuilts/go/linux-x86/src/runtime/
os1_windows.go 20 //go:cgo_import_dynamic runtime._DuplicateHandle DuplicateHandle%7 "kernel32.dll"

Completed in 1671 milliseconds

1 2