Home
last modified time | relevance | path

Searched refs:newpath (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/
Dsysdeps.h99 extern int adb_rename(const char* oldpath, const char* newpath);
734 static inline int adb_rename(const char* oldpath, const char* newpath) { in adb_rename() argument
735 return rename(oldpath, newpath); in adb_rename()
Dsysdeps_win32.cpp2560 int adb_rename(const char* oldpath, const char* newpath) { in adb_rename() argument
2565 if (!android::base::UTF8ToWide(newpath, &newpath_wide)) { in adb_rename()