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

  /external/v8/src/
d8-posix.cc 270 int* stdout_fds,
273 close(stdout_fds[kReadFD]); // Don't need this in the child.
275 dup2(stdout_fds[kWriteFD], 1); // Dup pipe fd to stdout.
276 close(stdout_fds[kWriteFD]); // Don't need the original fd now.
506 int stdout_fds[2]; local
514 if (pipe(stdout_fds) != 0) {
523 ExecSubprocess(exec_error_fds, stdout_fds, exec_args);
530 close(stdout_fds[kWriteFD]);
532 OpenFDCloser stdout_read_closer(stdout_fds[kReadFD]);
536 Local<Value> accumulator = GetStdout(args.GetIsolate(), stdout_fds[kReadFD]
    [all...]
  /external/minijail/
libminijail.c 1631 int stdout_fds[2]; local
    [all...]

Completed in 188 milliseconds