OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startup_pipe
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/tools/testserver/
testserver_base.py
209
dest='
startup_pipe
',
235
if self.options.
startup_pipe
is not None:
241
fd = msvcrt.open_osfhandle(self.options.
startup_pipe
, 0)
243
fd = self.options.
startup_pipe
244
startup_pipe
= os.fdopen(fd, "w")
248
startup_pipe
.write(struct.pack('=L', server_data_len))
249
startup_pipe
.write(server_data_json)
250
startup_pipe
.close()
/external/openssh/
sshd.c
237
int
startup_pipe
; /* in child */
variable
991
startup_pipe
= -1;
996
startup_pipe
= dup(REEXEC_STARTUP_PIPE_FD);
1225
startup_pipe
= -1;
1251
startup_pipe
= startup_p[1];
[
all
...]
session.c
138
extern int
startup_pipe
;
[
all
...]
/external/chromium/net/tools/testserver/
testserver.py
[
all
...]
Completed in 115 milliseconds