Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2396 std::wstring oldpath_wide, newpath_wide; in adb_rename() local
2397 if (!android::base::UTF8ToWide(oldpath, &oldpath_wide)) { in adb_rename()
2406 return _wrename(oldpath_wide.c_str(), newpath_wide.c_str()) ? -1 : 0; in adb_rename()