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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp473 WCHAR wszPathSource[_MAX_PATH]; local
474 swprintf_s(wszPathSource, RT_ELEMENTS(wszPathSource), L"%s.custom", wszPathMSI);
475 rc = CopyDir(hModule, wszPathDest, wszPathSource);
479 swprintf_s(wszPathSource, RT_ELEMENTS(wszPathSource), L"%s.custom", wszPathTargetDir);
480 rc = RenameDir(hModule, wszPathDest, wszPathSource);

Completed in 46 milliseconds