Home
last modified time | relevance | path

Searched refs:pipe_out (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/build/android/pylib/
Dchrome_test_server_spawner.py128 self.pipe_out = None
140 assert self.host_port == 0 and self.pipe_out and self.pipe_in
187 (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
/external/chromium_org/remoting/host/
Dipc_util_win.cc93 base::win::ScopedHandle* pipe_out) { in CreateIpcChannel() argument
129 *pipe_out = pipe.Pass(); in CreateIpcChannel()
Dipc_util.h49 base::win::ScopedHandle* pipe_out);
/external/ppp/pppd/plugins/
Dwinbind.c275 FILE *pipe_out; in run_ntlm_auth() local
327 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()
/external/chromium_org/remoting/host/win/
Dlaunch_process_with_token.cc56 base::win::ScopedHandle* pipe_out) { in ConnectToExecutionServer() argument
118 *pipe_out = pipe.Pass(); in ConnectToExecutionServer()