Home
last modified time | relevance | path

Searched defs:inherit_handles (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/process/
H A Dlaunch_win.cc300 bool inherit_handles = options.inherit_mode == LaunchOptions::Inherit::kAll; in LaunchProcess() local
/aosp_15_r20/external/python/cpython2/PC/
D_subprocess.c440 int inherit_handles; in sp_CreateProcess() local
/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_winapi.c.h401 BOOL inherit_handles; in _winapi_CreateProcess() local
/aosp_15_r20/external/python/cpython3/Modules/
D_winapi.c1073 PyObject *thread_attrs, BOOL inherit_handles, in _winapi_CreateProcess_impl()