/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_linux_arm64.go | 305 func Dup(oldfd int) (fd int, err error) { 306 r0, _, e1 := Syscall(SYS_DUP, uintptr(oldfd), 0, 0) 316 func Dup3(oldfd int, newfd int, flags int) (err error) { 317 _, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags)) [all...] |
syscall_linux.go | 809 //sys Dup(oldfd int) (fd int, err error) 810 //sys Dup3(oldfd int, newfd int, flags int) (err error)
|
zsysnum_dragonfly_amd64.go | 291 SYS_RENAMEAT = 523 // { int renameat(int oldfd, char *old, int newfd, \
|
zsysnum_freebsd_386.go | 317 SYS_RENAMEAT = 501 // { int renameat(int oldfd, char *old, int newfd, \
|
zsysnum_freebsd_amd64.go | 317 SYS_RENAMEAT = 501 // { int renameat(int oldfd, char *old, int newfd, \
|
zsysnum_freebsd_arm.go | 317 SYS_RENAMEAT = 501 // { int renameat(int oldfd, char *old, int newfd, \
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux.go | 809 //sys Dup(oldfd int) (fd int, err error) 810 //sys Dup3(oldfd int, newfd int, flags int) (err error)
|
zsysnum_dragonfly_amd64.go | 291 SYS_RENAMEAT = 523 // { int renameat(int oldfd, char *old, int newfd, \
|
zsysnum_freebsd_386.go | 317 SYS_RENAMEAT = 501 // { int renameat(int oldfd, char *old, int newfd, \
|
zsysnum_freebsd_amd64.go | 317 SYS_RENAMEAT = 501 // { int renameat(int oldfd, char *old, int newfd, \
|
zsysnum_freebsd_arm.go | 317 SYS_RENAMEAT = 501 // { int renameat(int oldfd, char *old, int newfd, \
|
/libcore/luni/src/main/native/ |
libcore_io_Linux.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
stdio.h | 161 /* Rename file OLD relative to OLDFD to NEW relative to NEWFD. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
stdio.h | 185 /* Rename file OLD relative to OLDFD to NEW relative to NEWFD. */
|
/external/clang/lib/Sema/ |
SemaLookup.cpp | [all...] |
SemaTemplateInstantiateDecl.cpp | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
edk2module.c | 2679 int oldfd, tgtfd; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
posixmodule.c | 4269 int oldfd, tgtfd; local [all...] |
/external/python/cpython2/Modules/ |
posixmodule.c | 4525 int oldfd, tgtfd; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libasan.so | |
libasan.so.0 | |
libasan.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libasan.so | |
libasan.so.0 | |
libasan.so.0.0.0 | |