Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp2368 std::wstring wpath; in adb_unlink() local
2369 if (!android::base::UTF8ToWide(path, &wpath)) { in adb_unlink()
2373 int rc = _wunlink(wpath.c_str()); in adb_unlink()
2378 rc = _wchmod(wpath.c_str(), _S_IREAD | _S_IWRITE); in adb_unlink()
2380 rc = _wunlink(wpath.c_str()); in adb_unlink()