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

  /toolchain/binutils/binutils-2.27/libiberty/
pex-common.h 69 int stderr_pipe; member in struct:pex_obj
pex-common.c 65 obj->stderr_pipe = -1;
295 if (obj->stderr_pipe != -1)
314 obj->stderr_pipe = p[READ_PORT];
506 o = obj->stderr_pipe;
510 obj->stderr_pipe = -1;
608 if (obj->stderr_pipe >= 0 && obj->stderr_pipe != STDIN_FILE_NO)
609 obj->funcs->close (obj, obj->stderr_pipe);
  /system/netd/server/
IptablesRestoreController.cpp 144 int stderr_pipe[2]; local
148 pipe2(stderr_pipe, O_NONBLOCK | O_CLOEXEC) == -1) {
166 // stderr_pipe[1] : The write end of the stderr pipe.
169 dup2(stderr_pipe[1], 2) == -1) {
193 // stderr_pipe[1] : The write end of the stderr pipe.
196 close(stderr_pipe[1]) == -1) {
200 return new IptablesProcess(child_pid.value(), stdin_pipe[1], stdout_pipe[0], stderr_pipe[0]);
  /external/python/cpython3/Lib/test/
test_subprocess.py 725 for stderr_pipe in (False, True):
731 if stderr_pipe:
    [all...]

Completed in 220 milliseconds