Searched defs:pwszFile (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp406 WCHAR *pwszFile = (WCHAR *)RTMemAlloc((cch + 1) * sizeof(WCHAR)); local
407 if (pwszFile)
410 pwszFile, cch + 1 /* Include terminator */);
413 int rc2 = RTUtf16ToUtf8(pwszFile, &pszFile);
H A DVBoxDnDDataObject.cpp324 PRTUTF16 pwszFile; local
325 rc = RTStrToUtf16(lstFiles.at(i).c_str(), &pwszFile);
328 cchCurFile = RTUtf16Len(pwszFile);
330 memcpy(pCurFile, pwszFile, cchCurFile * sizeof(RTUTF16));
331 RTUtf16Free(pwszFile);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp355 PRTUTF16 pwszFile; local
356 rc = RTStrToUtf16(lstFiles.at(i).toAscii().constData(), &pwszFile);
359 cchCurFile = RTUtf16Len(pwszFile);
361 memcpy(pCurFile, pwszFile, cchCurFile * sizeof(RTUTF16));
362 RTUtf16Free(pwszFile);
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp250 WCHAR *pwszFile; local
251 hr = vboxChar2WCharAlloc(szFile, &pwszFile);
254 if (g_pfnSfcFileException(0, pwszFile, -1) != 0)
256 vboxChar2WCharFree(pwszFile);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwintrust.h511 LPWSTR pwszFile; member in union:SPC_LINK_::__anon14589
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp4750 * @param pwszFile The NT path to the file.
4754 static void supR3HardenedLogFileInfo(PCRTUTF16 pwszFile, bool fAdversarial) argument
4762 UniStrName.Buffer = (WCHAR *)pwszFile;
4763 UniStrName.Length = (USHORT)(RTUtf16Len(pwszFile) * sizeof(WCHAR));
4782 SUP_DPRINTF(("%ls:\n", pwszFile));
5050 PCRTUTF16 pwszFile; member in struct:__anon16399
5230 UniStrName.Buffer = (WCHAR *)s_aFiles[i].pwszFile;
5231 UniStrName.Length = (USHORT)(RTUtf16Len(s_aFiles[i].pwszFile) * sizeof(WCHAR));
5250 supR3HardenedLogFileInfo(s_aFiles[i].pwszFile, true /* fAdversarial */);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwintrust.h511 LPWSTR pwszFile; member in union:SPC_LINK_::__anon1895

Completed in 78 milliseconds