HomeSort by relevance Sort by last modified time
    Searched refs:child_out (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 134 int *child_out = NULL; // for now, we don't worry about child_err
156 child_out = child_fds[i];
172 close(child_out[0]);
173 close(child_out[1]);
179 close(child_out[1]); // child uses the 0's, parent uses the 1's
183 if (dup2(child_out[0], 1) == -1) _exit(2);
195 close(child_out[0]); // child uses the 0's, parent uses the 1's
238 int bytes_read = read(child_out[1], symbol_buffer_ + total_bytes_read,
241 close(child_out[1]);
245 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 221 milliseconds