Searched defs:file_actions (Results 1 – 8 of 8) sorted by relevance
| /external/llvm-libc/test/integration/src/spawn/ |
| D | posix_spawn_test.cpp | 32 posix_spawn_file_actions_t file_actions; in spawn_and_wait_for_normal_exit() local
|
| /external/clang/tools/scan-build-py/libear/ |
| D | ear.c | 266 const posix_spawn_file_actions_t *file_actions, in posix_spawn() 276 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() 366 const posix_spawn_file_actions_t *file_actions, in call_posix_spawn() 387 const posix_spawn_file_actions_t *file_actions, in call_posix_spawnp()
|
| /external/llvm-libc/src/spawn/linux/ |
| D | posix_spawn.cpp | 77 const posix_spawn_file_actions_t *file_actions, in child_process()
|
| /external/angle/src/libANGLE/renderer/metal/ |
| D | process.cpp | 110 PosixSpawnFileActions file_actions; in LaunchProcess() local
|
| /external/tensorflow/tensorflow/tsl/platform/default/ |
| D | subprocess.cc | 226 posix_spawn_file_actions_t file_actions; in Start() local
|
| /external/cronet/base/process/ |
| D | launch_mac.cc | 197 PosixSpawnFileActions file_actions; in LaunchProcess() local
|
| /external/python/cpython3/Modules/ |
| D | posixmodule.c | 6121 parse_file_actions(PyObject *file_actions, in parse_file_actions() 6234 PyObject *env, PyObject *file_actions, in py_posix_spawn() 6390 PyObject *env, PyObject *file_actions, in os_posix_spawn_impl() 6436 PyObject *env, PyObject *file_actions, in os_posix_spawnp_impl()
|
| /external/python/cpython3/Modules/clinic/ |
| D | posixmodule.c.h | 2275 PyObject *file_actions = NULL; in os_posix_spawn() local 2402 PyObject *file_actions = NULL; in os_posix_spawnp() local
|