Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps.h98 extern int adb_rename(const char* oldpath, const char* newpath);
733 static inline int adb_rename(const char* oldpath, const char* newpath) { in adb_rename() argument
734 return rename(oldpath, newpath); in adb_rename()
Dsysdeps_win32.cpp2588 int adb_rename(const char* oldpath, const char* newpath) { in adb_rename() argument
2590 if (!android::base::UTF8ToWide(oldpath, &oldpath_wide)) { in adb_rename()