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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp682 char szSrcDir[RTPATH_MAX]; local
683 int rc = RTPathExecDir(szSrcDir, sizeof(szSrcDir));
685 rc = RTPathAppend(szSrcDir, sizeof(szSrcDir), ".custom");
689 if (RTDirExists(szSrcDir))
698 rc = RTStrToUtf16Ex(szSrcDir, RTSTR_MAX, &pwszSrcDir, RTPATH_MAX, &cwc);
700 return ShowError("RTStrToUtf16Ex failed on '%s': %Rrc", szSrcDir, rc);

Completed in 323 milliseconds