Searched refs:oldpath_wide (Results 1 – 1 of 1) sorted by relevance
2589 std::wstring oldpath_wide, newpath_wide; in adb_rename() local2590 if (!android::base::UTF8ToWide(oldpath, &oldpath_wide)) { in adb_rename()2599 return _wrename(oldpath_wide.c_str(), newpath_wide.c_str()) ? -1 : 0; in adb_rename()