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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp135 char g_szSupLibHardenedExePath[RTPATH_MAX]; variable
865 int cchLink = readlink("/proc/self/exe", &g_szSupLibHardenedExePath[0], sizeof(g_szSupLibHardenedExePath) - 1);
870 int cchLink = readlink(szFileBuf, &g_szSupLibHardenedExePath[0], sizeof(g_szSupLibHardenedExePath) - 1);
879 size_t cbPath = sizeof(g_szSupLibHardenedExePath);
880 if (sysctl(aiName, RT_ELEMENTS(aiName), g_szSupLibHardenedExePath, &cbPath, NULL, 0) < 0)
882 g_szSupLibHardenedExePath[sizeof(g_szSupLibHardenedExePath) - 1] = '\0';
883 int cchLink = suplibHardenedStrLen(g_szSupLibHardenedExePath); /* paranoi
[all...]

Completed in 35 milliseconds