Searched defs:newpath (Results 1 – 6 of 6) sorted by relevance
73 extern "C" int link(const char* oldpath, const char* newpath) { in link()87 extern "C" int rename(const char* oldpath, const char* newpath) { in rename()
132 char *newpath; in wipe() local
734 static inline int adb_rename(const char* oldpath, const char* newpath) { in adb_rename()
2560 int adb_rename(const char* oldpath, const char* newpath) { in adb_rename()
565 const auto newpath = cleanup_all ? overlay + "/." + kOverlayTopDir.substr(1) + ".teardown" in fs_mgr_overlayfs_teardown_one() local
3802 char *newpath = nullptr; in dump_files() local