Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/sys/unix/process/
Dprocess_unix.rs646 let mut file_actions = MaybeUninit::uninit(); in posix_spawn() localVariable
648 let file_actions = PosixSpawnFileActions(&mut file_actions); in posix_spawn() localVariable
/third_party/libuv/src/unix/
Dprocess.c414 } file_actions; member
/third_party/python/Modules/
Dposixmodule.c6161 parse_file_actions(PyObject *file_actions, in parse_file_actions()
6274 PyObject *env, PyObject *file_actions, in py_posix_spawn()
6430 PyObject *env, PyObject *file_actions, in os_posix_spawn_impl()
6476 PyObject *env, PyObject *file_actions, in os_posix_spawnp_impl()
/third_party/python/Modules/clinic/
Dposixmodule.c.h2275 PyObject *file_actions = NULL; in os_posix_spawn() local
2402 PyObject *file_actions = NULL; in os_posix_spawnp() local