Home
last modified time | relevance | path

Searched defs:new_path (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Drename.cpp32 int rename(const char* old_path, const char* new_path) { in rename()
36 int renameat(int old_dir_fd, const char* old_path, int new_dir_fd, const char* new_path) { in renameat()
Dlink.cpp32 int link(const char* old_path, const char* new_path) { in link()
Dsymlink.cpp32 int symlink(const char* old_path, const char* new_path) { in symlink()
/bionic/tests/
Dstdio_test.cpp2741 std::string new_path = td.path + "/new"s; in TEST() local
2759 std::string new_path = td.path + "/new"s; in TEST() local