Searched refs:renameat2 (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | stdio.h | 211 int renameat2(int __old_dir_fd, const char* __old_path, int __new_dir_fd, const char* __new_path, u…
|
/bionic/tests/ |
D | stdio_test.cpp | 2742 TEST(STDIO_TEST, renameat2) { in TEST() argument 2758 ASSERT_EQ(0, renameat2(dirfd, "old", dirfd, "new", 0)); in TEST() 2766 ASSERT_EQ(-1, renameat2(dirfd, "old", dirfd, "new", RENAME_NOREPLACE)); in TEST()
|
/bionic/docs/ |
D | status.md | 56 * `renameat2` and `statx` (Linux-specific GNU extensions).
|
/bionic/libc/ |
D | SYSCALLS.TXT | 157 int renameat2(int, const char*, int, const char*, unsigned) all
|
D | libc.map.txt | 1506 renameat2;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1506 renameat2;
|