Searched refs:child_in (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsymbolize.cc138 int *child_in = NULL; // file descriptors
158 if (child_in == NULL) {
159 child_in = child_fds[i];
163 if (child_fds[j] == child_in) continue;
175 close(child_in[0]);
176 close(child_in[1]);
183 close(child_in[1]); // child uses the 0's, parent uses the 1's
187 if (dup2(child_in[0], 0) == -1) _exit(1);
199 close(child_in[0]); // child uses the 0's, parent uses the 1's
208 struct pollfd pfd = { child_in[
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsymbolize.cc138 int *child_in = NULL; // file descriptors
158 if (child_in == NULL) {
159 child_in = child_fds[i];
163 if (child_fds[j] == child_in) continue;
175 close(child_in[0]);
176 close(child_in[1]);
183 close(child_in[1]); // child uses the 0's, parent uses the 1's
187 if (dup2(child_in[0], 0) == -1) _exit(1);
199 close(child_in[0]); // child uses the 0's, parent uses the 1's
208 struct pollfd pfd = { child_in[
[all...]
/external/ppp/pppd/plugins/
H A Dwinbind.c265 int child_in[2]; local
292 if (pipe(child_in) == -1) {
297 forkret = safe_fork(child_in[0], child_out[1], 2);
309 close(child_in[1]);
321 close(child_in[0]);
325 pipe_in = fdopen(child_in[1], "w");
446 if (close(child_in[1]) == -1) {

Completed in 159 milliseconds