Searched refs:oldpath_wide (Results 1 – 1 of 1) sorted by relevance
2396 std::wstring oldpath_wide, newpath_wide; in adb_rename() local2397 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()