Home | History | Annotate | Download | only in adb

Lines Matching refs:wpath

2225     std::wstring wpath;
2226 if (!android::base::UTF8ToWide(path, &wpath)) {
2230 int rc = _wunlink(wpath.c_str());
2235 rc = _wchmod(wpath.c_str(), _S_IREAD | _S_IWRITE);
2237 rc = _wunlink(wpath.c_str());