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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp842 const char *pcszFdaFile = NULL; local
1173 pcszFdaFile = RTPathRealDup(argv[curArg]);
1174 if (!pcszFdaFile)
1664 if (pcszFdaFile)
1670 if (!strcmp(pcszFdaFile, "none"))
1676 Bstr bstrFdaFile(pcszFdaFile);
1694 RTPrintf("Adding floppy image '%s'...\n", pcszFdaFile);

Completed in 63 milliseconds