Searched defs:dup2 (Results 1 – 14 of 14) sorted by relevance
| /external/bison/lib/ |
| D | dup2.c | 86 # define dup2 ms_windows_dup2 macro 138 dup2 (int fd, int desired_fd) in dup2() function
|
| D | spawni.c | 66 # define dup2 __dup2 macro
|
| /external/proguard/src/proguard/evaluation/ |
| D | TracedStack.java | 235 public void dup2() in dup2() method in TracedStack
|
| D | Stack.java | 424 public void dup2() in dup2() method in Stack
|
| /external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
| D | kernel_wrap_newlib.cc | 104 int WRAP(dup2)(int fd, int newfd) { in WRAP() argument
|
| D | kernel_wrap_bionic.cc | 160 int WRAP(dup2)(int fd, int newfd) NOTHROW { in WRAP() argument
|
| D | kernel_wrap_glibc.cc | 205 int WRAP(dup2)(int fd, int newfd) NOTHROW { in WRAP() argument
|
| D | kernel_proxy.cc | 269 int KernelProxy::dup2(int oldfd, int newfd) { in dup2() function in nacl_io::KernelProxy
|
| /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
| D | ps_instance.cc | 46 #define dup2 _dup2 macro
|
| /external/chromium_org/third_party/skia/forth/ |
| D | StdWords.cpp | 69 BEGIN_WORD(dup2) { in BEGIN_WORD() argument
|
| /external/valgrind/main/coregrind/ |
| D | m_libcfile.c | 387 SysRes VG_(dup2) ( Int oldfd, Int newfd ) in VG_() argument
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
| D | CodeEmitter.java | 214 public void dup2() { mv.visitInsn(Constants.DUP2); } in dup2() method in CodeEmitter
|
| /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
| D | kernel_wrap_test.cc | 241 TEST_F(KernelWrapTest, dup2) { in TEST_F() argument
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 1408 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { in TSAN_INTERCEPTOR() argument
|