/bionic/libc/arch-arm/syscalls/ |
renameat.S | 5 .type renameat, #function 6 .globl renameat 10 renameat: label
|
/bionic/libc/arch-sh/syscalls/ |
renameat.S | 5 .type renameat, @function 6 .globl renameat 9 renameat: label
|
/bionic/libc/arch-x86/syscalls/ |
renameat.S | 5 .type renameat, @function 6 .globl renameat 9 renameat: label
|
/bionic/libc/include/sys/ |
stat.h | 104 extern int renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
linux-unistd.h | 96 int renameat (int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
stat.h | 104 extern int renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
linux-unistd.h | 95 int renameat (int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
stat.h | 104 extern int renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
linux-unistd.h | 95 int renameat (int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
stat.h | 104 extern int renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
linux-unistd.h | 95 int renameat (int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
stat.h | 104 extern int renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
linux-unistd.h | 95 int renameat (int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
stat.h | 104 extern int renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
linux-unistd.h | 95 int renameat (int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
stat.h | 104 extern int renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
linux-unistd.h | 95 int renameat (int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
/bionic/libc/arch-arm/ |
syscalls.mk | 83 syscall_src += arch-arm/syscalls/renameat.S
|
/bionic/libc/arch-sh/ |
syscalls.mk | 86 syscall_src += arch-sh/syscalls/renameat.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 86 syscall_src += arch-x86/syscalls/renameat.S
|