Home
last modified time | relevance | path

Searched refs:file_actions_buf (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c7336 posix_spawn_file_actions_t file_actions_buf; in py_posix_spawn() local
7408 if (parse_file_actions(file_actions, &file_actions_buf, temp_buffer)) { in py_posix_spawn()
7411 file_actionsp = &file_actions_buf; in py_posix_spawn()