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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp93 const char *pszDiscard = NULL; local
202 pszDiscard = ValueUnion.psz;
842 if ( pszDiscard
851 if (!RTStrICmp(pszDiscard, "on"))
856 else if (!RTStrICmp(pszDiscard, "off"))
862 throw Utf8StrFmt("Invalid --discard argument '%s'", pszDiscard);

Completed in 83 milliseconds