Searched refs:p2cwrite (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | subprocess.py | 830 (p2cread, p2cwrite, 839 if p2cwrite != -1: 840 p2cwrite = msvcrt.open_osfhandle(p2cwrite.Detach(), 0) 949 if p2cwrite != -1: 950 self.stdin = io.open(p2cwrite, 'wb', bufsize) 969 p2cread, p2cwrite, 1223 p2cread, p2cwrite, argument 1238 if p2cread != -1 and p2cwrite != -1 and p2cread != devnull_fd: 1262 p2cread, p2cwrite = -1, -1 1273 p2cread, p2cwrite = _winapi.CreatePipe(None, 0) [all …]
|
/third_party/python/Modules/ |
D | _posixsubprocess.c | 459 int p2cread, int p2cwrite, in child_exec() argument 483 if (p2cwrite != -1) in child_exec() 484 POSIX_CALL(close(p2cwrite)); in child_exec() 658 int p2cread, int p2cwrite, in do_fork_exec() argument 708 p2cread, p2cwrite, c2pread, c2pwrite, in do_fork_exec() 729 int p2cread, p2cwrite, c2pread, c2pwrite, errread, errwrite; in subprocess_fork_exec() local 750 &p2cread, &p2cwrite, &c2pread, &c2pwrite, in subprocess_fork_exec() 954 p2cread, p2cwrite, c2pread, c2pwrite, in subprocess_fork_exec()
|