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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp840 const char *pcszHdaFile = NULL; local
1156 pcszHdaFile = RTPathRealDup(argv[curArg]);
1157 if (!pcszHdaFile)
1593 if (pcszHdaFile)
1601 Bstr bstrHdaFile(pcszHdaFile);
1608 RTPrintf("Adding hard disk '%s'...\n", pcszHdaFile);

Completed in 81 milliseconds