Searched refs:POSIX_SPAWN_CLOSE (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_posix.py | 1810 (os.POSIX_SPAWN_CLOSE, 0), 1835 file_actions=[(os.POSIX_SPAWN_CLOSE,)]) 1838 file_actions=[(os.POSIX_SPAWN_CLOSE, 1, 2)]) 1841 file_actions=[(os.POSIX_SPAWN_CLOSE, None)]) 1881 file_actions=[(os.POSIX_SPAWN_CLOSE, 0)])
|
/third_party/python/Lib/ |
H A D | subprocess.py | 1771 file_actions.append((os.POSIX_SPAWN_CLOSE, fd))
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 6011 POSIX_SPAWN_CLOSE, enumerator 6221 case POSIX_SPAWN_CLOSE: { in parse_file_actions() 15470 if (PyModule_AddIntConstant(m, "POSIX_SPAWN_CLOSE", POSIX_SPAWN_CLOSE)) return -1; in all_ins()
|
Completed in 22 milliseconds