OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_out
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/host/
ipc_util.h
50
base::win::ScopedHandle*
pipe_out
);
ipc_util_win.cc
93
base::win::ScopedHandle*
pipe_out
) {
129
*
pipe_out
= pipe.Pass();
/external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py
130
self.
pipe_out
= None
138
by self.
pipe_out
. It is written as a result to |self.host_port|.
143
assert self.host_port == 0 and self.
pipe_out
and self.pipe_in
194
(self.pipe_in, self.
pipe_out
) = os.pipe()
195
self.command_line.append('--startup-pipe=%d' % self.
pipe_out
)
212
if fd != self.
pipe_out
:
236
if self.
pipe_out
:
257
if self.
pipe_out
:
259
os.close(self.
pipe_out
)
261
self.
pipe_out
= Non
[
all
...]
/external/ppp/pppd/plugins/
winbind.c
275
FILE *
pipe_out
;
local
327
pipe_out
= fdopen(child_out[0], "r");
390
while (fgets(buffer, sizeof(buffer)-1,
pipe_out
) != NULL) {
/external/chromium_org/remoting/host/win/
launch_process_with_token.cc
56
base::win::ScopedHandle*
pipe_out
) {
119
*
pipe_out
= pipe.Pass();
Completed in 250 milliseconds