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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp971 static const char s_szLogOption[] = "--sup-startup-log="; local
978 if (strncmp(papszArgs[iArg], s_szLogOption, sizeof(s_szLogOption) - 1) == 0)
980 const char *pszLogFile = &papszArgs[iArg][sizeof(s_szLogOption) - 1];

Completed in 46 milliseconds