Home | History | Annotate | Download | only in win

Lines Matching refs:resultPath

763     wstring resultPath;
764 if (!resolveCygwinPath(path, resultPath))
768 int result = WideCharToMultiByte(CP_UTF8, 0, resultPath.c_str(), resultPath.size() + 1, 0, 0, 0, 0);
770 result = WideCharToMultiByte(CP_UTF8, 0, resultPath.c_str(), resultPath.size() + 1, utf8Vector.data(), result, 0, 0);
778 resultPath = cfStringRefToWString(CFURLGetString(url.get()));
780 BSTR resultPathBSTR = SysAllocStringLen(resultPath.data(), resultPath.size());