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()
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.cpp2710 std::string new_path = td.path + "/new"s; in TEST() local
2728 std::string new_path = td.path + "/new"s; in TEST() local