Searched refs:POSIX_SPAWN_DUP2 (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_posix.py | 1811 (os.POSIX_SPAWN_DUP2, 1, 4), 1896 (os.POSIX_SPAWN_DUP2, childfile.fileno(), 1),
|
/third_party/python/Lib/ |
H A D | subprocess.py | 1778 file_actions.append((os.POSIX_SPAWN_DUP2, fd, fd2))
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 6012 POSIX_SPAWN_DUP2 enumerator 6236 case POSIX_SPAWN_DUP2: { in parse_file_actions() 15471 if (PyModule_AddIntConstant(m, "POSIX_SPAWN_DUP2", POSIX_SPAWN_DUP2)) return -1; in all_ins()
|
Completed in 21 milliseconds