Searched refs:pipe_out (Results 1 – 5 of 5) sorted by relevance
128 self.pipe_out = None140 assert self.host_port == 0 and self.pipe_out and self.pipe_in187 (self.pipe_in, self.pipe_out) = os.pipe()188 self.command_line.append('--startup-pipe=%d' % self.pipe_out)226 if fd != self.pipe_out:247 if self.pipe_out:268 if self.pipe_out:270 os.close(self.pipe_out)272 self.pipe_out = None
93 base::win::ScopedHandle* pipe_out) { in CreateIpcChannel() argument129 *pipe_out = pipe.Pass(); in CreateIpcChannel()
49 base::win::ScopedHandle* pipe_out);
275 FILE *pipe_out; in run_ntlm_auth() local327 pipe_out = fdopen(child_out[0], "r"); in run_ntlm_auth()390 while (fgets(buffer, sizeof(buffer)-1, pipe_out) != NULL) { in run_ntlm_auth()
56 base::win::ScopedHandle* pipe_out) { in ConnectToExecutionServer() argument118 *pipe_out = pipe.Pass(); in ConnectToExecutionServer()