Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_DUP2 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_posix.py1811 (os.POSIX_SPAWN_DUP2, 1, 4),
1896 (os.POSIX_SPAWN_DUP2, childfile.fileno(), 1),
/third_party/python/Lib/
H A Dsubprocess.py1778 file_actions.append((os.POSIX_SPAWN_DUP2, fd, fd2))
/third_party/python/Modules/
H A Dposixmodule.c6012 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