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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp7601 static const char s_szVBoxSDL_exe[] = "VBoxSDL" HOSTSUFF_EXE; local
7602 Assert(cchBufLeft >= sizeof(s_szVBoxSDL_exe));
7603 strcpy(pszNamePart, s_szVBoxSDL_exe);

Completed in 87 milliseconds