Home
last modified time | relevance | path

Searched refs:adb_rename (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dadb_wifi.cpp76 if (adb_rename(old_file.data(), to_be_deleted.c_str()) != 0) { in SafeReplaceFile()
83 if (adb_rename(new_file.data(), old_file.data()) != 0) { in SafeReplaceFile()
87 adb_rename(to_be_deleted.c_str(), old_file.data()); in SafeReplaceFile()
/system/core/adb/
Dsysdeps.h97 extern int adb_rename(const char* oldpath, const char* newpath);
662 static inline int adb_rename(const char* oldpath, const char* newpath) { in adb_rename() function
Dsysdeps_win32.cpp2395 int adb_rename(const char* oldpath, const char* newpath) { in adb_rename() function