Searched defs:file_actions (Results 1 – 4 of 4) sorted by relevance
| /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/tensorflow/tensorflow/core/platform/default/ |
| D | subprocess.cc | 226 posix_spawn_file_actions_t file_actions; in Start() local
|
| /external/python/cpython3/Modules/ |
| D | posixmodule.c | 6021 parse_file_actions(PyObject *file_actions, in parse_file_actions() 6134 PyObject *env, PyObject *file_actions, in py_posix_spawn() 6290 PyObject *env, PyObject *file_actions, in os_posix_spawn_impl() 6336 PyObject *env, PyObject *file_actions, in os_posix_spawnp_impl()
|
| /external/python/cpython3/Modules/clinic/ |
| D | posixmodule.c.h | 2238 PyObject *file_actions = NULL; in os_posix_spawn() local 2365 PyObject *file_actions = NULL; in os_posix_spawnp() local
|