HomeSort by relevance Sort by last modified time
    Searched refs:dup2 (Results 226 - 250 of 446) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/http/
server.py     [all...]
  /external/strace/linux/avr32/
syscallent.h 92 [ 63] = { 2, TD, SEN(dup2), "dup2" },
  /external/strace/linux/hppa/
syscallent.h 69 [ 63] = { 2, TD, SEN(dup2), "dup2" },
  /external/strace/linux/x86_64/
syscallent.h 34 [ 33] = { 2, TD, SEN(dup2), "dup2" },
  /external/strace/linux/xtensa/
syscallent.h 7 [ 11] = { 2, TD, SEN(dup2), "dup2" },
  /external/v8/testing/gtest/src/
gtest-port.cc 909 // this class (creat, dup, dup2, and close)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 887 // this class (creat, dup, dup2, and close)
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 820 dup2(fd, STDOUT_FILENO);
821 dup2(fd, STDERR_FILENO);
    [all...]
  /libcore/luni/src/main/java/android/system/
Os.java 110 * See <a href="http://man7.org/linux/man-pages/man2/dup2.2.html">dup2(2)</a>.
112 public static FileDescriptor dup2(FileDescriptor oldFd, int newFd) throws ErrnoException { return Libcore.os.dup2(oldFd, newFd); } method in class:Os
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 76 public FileDescriptor dup2(FileDescriptor oldFd, int newFd) throws ErrnoException { return os.dup2(oldFd, newFd); } method in class:ForwardingOs
  /prebuilts/go/darwin-x86/src/syscall/
exec_bsd.go 209 // dup2(i, i) won't clear close-on-exec flag on Linux,
exec_solaris.go 211 // dup2(i, i) won't clear close-on-exec flag on Linux,
  /prebuilts/go/linux-x86/src/syscall/
exec_bsd.go 209 // dup2(i, i) won't clear close-on-exec flag on Linux,
exec_solaris.go 211 // dup2(i, i) won't clear close-on-exec flag on Linux,
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 887 // this class (creat, dup, dup2, and close)
    [all...]
  /test/vts/runners/target/gtest/
gtest_main.cpp 639 dup2(pipefd[1], STDOUT_FILENO);
640 dup2(pipefd[1], STDERR_FILENO);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pj/
ops.d 164 82: 5c dup2
  /external/python/cpython2/Lib/test/
test_subprocess.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py     [all...]
  /art/patchoat/
patchoat_test.cc 185 dup2(link[1], STDERR_FILENO);
  /bionic/tools/versioner/src/
versioner.cpp 230 dup2(empty_file_fd, STDIN_FILENO);
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java     [all...]

Completed in 1267 milliseconds

1 2 3 4 5 6 7 8 91011>>