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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2285 const char *pszImageFile = (const char *)PsGetProcessImageFileName(pProcess); local
2286 if (!pszImageFile)
2289 if (RTStrICmp(pszImageFile, pszName) != 0)
2798 const char *pszImageFile = (const char *)PsGetProcessImageFileName(pProcess); local
2799 if (!pszImageFile)
2802 if (pszImageFile[0] == 'w' || pszImageFile[0] == 'W')
2804 if (RTStrICmp(pszImageFile, "windbg.exe") == 0)
2806 if (RTStrICmp(pszImageFile, "werfault.exe") == 0)
2808 if (RTStrICmp(pszImageFile, "werfaultsecur
[all...]

Completed in 55 milliseconds