Home
last modified time | relevance | path

Searched defs:renameat (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Drename.cpp36 int renameat(int old_dir_fd, const char* old_path, int new_dir_fd, const char* new_path) { in renameat() function
/bionic/tests/
Dstdio_test.cpp2809 TEST(STDIO_TEST, renameat) { in TEST() argument