OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_out
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc
139
int *
child_out
= NULL; // for now, we don't worry about child_err
161
child_out
= child_fds[i];
177
close(
child_out
[0]);
178
close(
child_out
[1]);
184
close(
child_out
[1]); // child uses the 0's, parent uses the 1's
188
if (dup2(
child_out
[0], 1) == -1) _exit(2);
200
close(
child_out
[0]); // child uses the 0's, parent uses the 1's
243
int bytes_read = read(
child_out
[1], symbol_buffer_ + total_bytes_read,
246
close(
child_out
[1]);
250
close(
child_out
[1])
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc
139
int *
child_out
= NULL; // for now, we don't worry about child_err
161
child_out
= child_fds[i];
177
close(
child_out
[0]);
178
close(
child_out
[1]);
184
close(
child_out
[1]); // child uses the 0's, parent uses the 1's
188
if (dup2(
child_out
[0], 1) == -1) _exit(2);
200
close(
child_out
[0]); // child uses the 0's, parent uses the 1's
243
int bytes_read = read(
child_out
[1], symbol_buffer_ + total_bytes_read,
246
close(
child_out
[1]);
250
close(
child_out
[1])
[
all
...]
/external/ppp/pppd/plugins/
winbind.c
266
int
child_out
[2];
local
287
if (pipe(
child_out
) == -1) {
297
forkret = safe_fork(child_in[0],
child_out
[1], 2);
308
close(
child_out
[0]);
320
close(
child_out
[1]);
327
pipe_out = fdopen(
child_out
[0], "r");
440
if (close(
child_out
[0]) == -1) {
Completed in 148 milliseconds