Home
last modified time | relevance | path

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

/bionic/libc/bionic/
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()
Drename.cpp32 int rename(const char* old_path, const char* new_path) { in rename()
/bionic/tests/
Dstdio_test.cpp2666 std::string new_path = td.path + "/new"s; in TEST() local
2684 std::string new_path = td.path + "/new"s; in TEST() local