Searched refs:renameat (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | rename.cpp | 33 return renameat(AT_FDCWD, old_path, AT_FDCWD, new_path); in rename()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 126 FUNCTION(renameat, int (*f)(int, const char*, int, const char*)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 182 int renameat(int __old_dir_fd, const char* __old_path, int __new_dir_fd, const char* __new_path);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 858 renameat
|
/bionic/libc/ |
D | SYSCALLS.TXT | 156 int renameat(int, const char*, int, const char*) all
|
D | libc.map.txt | 876 renameat;
|
/bionic/tests/ |
D | stdio_test.cpp | 2724 TEST(STDIO_TEST, renameat) { in TEST() argument 2737 ASSERT_EQ(0, renameat(dirfd, "old", dirfd, "new")); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 876 renameat;
|