Home
last modified time | relevance | path

Searched refs:oldpath (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
2562 if (!android::base::UTF8ToWide(oldpath, &oldpath_wide)) { in adb_rename()