Home
last modified time | relevance | path

Searched refs:bInheritHandle (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython2/Modules/_multiprocessing/
Dwin32_functions.c154 BOOL bInheritHandle; in win32_OpenProcess() local
159 &dwDesiredAccess, &bInheritHandle, &dwProcessId)) in win32_OpenProcess()
162 handle = OpenProcess(dwDesiredAccess, bInheritHandle, dwProcessId); in win32_OpenProcess()
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc107 sec_attr_stdout.bInheritHandle = TRUE; in RunCommand()
118 sec_attr_stdin.bInheritHandle = TRUE; in RunCommand()
/external/ImageMagick/Magick++/lib/
DThread.cpp48 security.bInheritHandle=TRUE;
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc67 sa.bInheritHandle = TRUE; in run_powershell()
/external/perfetto/src/profiling/symbolizer/
Dsubprocess_windows.cc40 attr.bInheritHandle = true; in Subprocess()
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp157 secattr.bInheritHandle = TRUE; in GetStdioHandle()
DPipeWindows.cpp183 attributes.bInheritHandle = child_process_inherit; in OpenNamedPipe()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp174 saAttr.bInheritHandle = TRUE; // Pipe handles are inherited by child process. in ExecCmd()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc176 attrs.bInheritHandle = TRUE; in StartSymbolizerSubprocess()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cpp206 attrs.bInheritHandle = TRUE; in StartSymbolizerSubprocess()
/external/angle/util/windows/
Dtest_utils_win.cpp159 securityAttribs.bInheritHandle = TRUE; in WindowsProcess()
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc202 attrs.bInheritHandle = TRUE; in Start()
/external/deqp/execserver/
DxsWin32TestProcess.cpp522 securityAttr.bInheritHandle = TRUE; in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c658 securityAttr.bInheritHandle = TRUE; in deProcess_start()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c402 priv->attr.bInheritHandle = FALSE; in ctrl_iface_parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProgram.inc146 sa.bInheritHandle = TRUE;
DPath.inc1113 SA.bInheritHandle = Inherit;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc126 sa.bInheritHandle = TRUE;
/external/llvm-project/llvm/lib/Support/Windows/
DProgram.inc147 sa.bInheritHandle = TRUE;
DPath.inc1133 SA.bInheritHandle = Inherit;
/external/llvm/lib/Support/Windows/
DProgram.inc126 sa.bInheritHandle = TRUE;
/external/libchrome/base/process/
Dprocess_util_unittest.cc780 security_attributes.bInheritHandle = true; in TEST_F()
/external/ImageMagick/MagickCore/
Dnt-base.c2354 sa.bInheritHandle=TRUE; in NTSystemCommand()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1216 m_securityAttributes.bInheritHandle = TRUE; in getSecurityAttributes()
/external/python/cpython2/Modules/
Dposixmodule.c5552 saAttr.bInheritHandle = TRUE; in _PyPopen()

12