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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp92 const char *pszNonRotational = NULL; local
193 pszNonRotational = ValueUnion.psz;
816 if ( pszNonRotational
825 if (!RTStrICmp(pszNonRotational, "on"))
830 else if (!RTStrICmp(pszNonRotational, "off"))
836 throw Utf8StrFmt("Invalid --nonrotational argument '%s'", pszNonRotational);

Completed in 45 milliseconds