Searched refs:g_szSupLibHardenedDirPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp137 static char g_szSupLibHardenedDirPath[RTPATH_MAX]; variable
915 suplibHardenedStrCopy(g_szSupLibHardenedDirPath, g_szSupLibHardenedExePath);
916 suplibHardenedPathStripFilename(g_szSupLibHardenedDirPath);
947 if (!g_szSupLibHardenedDirPath[0])
953 size_t cch = suplibHardenedStrLen(g_szSupLibHardenedDirPath) + 1;
956 suplibHardenedMemCopy(pszPath, g_szSupLibHardenedDirPath, cch + 1);

Completed in 45 milliseconds