Searched defs:file_actions (Results 1 – 12 of 12) sorted by relevance
/external/cronet/tot/third_party/llvm-libc/src/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/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/cronet/stable/third_party/llvm-libc/src/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/cronet/stable/third_party/llvm-libc/src/src/spawn/linux/ |
D | posix_spawn.cpp | 79 const posix_spawn_file_actions_t *file_actions, in child_process()
|
/external/llvm-libc/src/spawn/linux/ |
D | posix_spawn.cpp | 79 const posix_spawn_file_actions_t *file_actions, in child_process()
|
/external/cronet/tot/third_party/llvm-libc/src/src/spawn/linux/ |
D | posix_spawn.cpp | 79 const posix_spawn_file_actions_t *file_actions, in child_process()
|
/external/tensorflow/tensorflow/tsl/platform/default/ |
D | subprocess.cc | 226 posix_spawn_file_actions_t file_actions; in Start() local
|
/external/cronet/tot/base/process/ |
D | launch_mac.cc | 205 PosixSpawnFileActions file_actions; in LaunchProcess() local
|
/external/cronet/stable/base/process/ |
D | launch_mac.cc | 205 PosixSpawnFileActions file_actions; in LaunchProcess() local
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 7197 parse_file_actions(PyObject *file_actions, in parse_file_actions() 7329 PyObject *env, PyObject *file_actions, in py_posix_spawn() 7497 PyObject *env, PyObject *file_actions, in os_posix_spawn_impl() 7543 PyObject *env, PyObject *file_actions, in os_posix_spawnp_impl()
|
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 3790 PyObject *file_actions = NULL; in os_posix_spawn() local 3940 PyObject *file_actions = NULL; in os_posix_spawnp() local
|