Searched refs:options_arg (Results 1 – 3 of 3) sorted by relevance
849 options_arg = ','.join(options)850 if options_arg:851 options_arg = '-o ' + options_arg860 (self._mount_filesystem_type, options_arg,
334 CommandArgumentData options_arg; in CommandObjectCommandsAlias() local353 options_arg.arg_type = eArgTypeAliasOptions; in CommandObjectCommandsAlias()354 options_arg.arg_repetition = eArgRepeatOptional; in CommandObjectCommandsAlias()358 arg3.push_back(options_arg); in CommandObjectCommandsAlias()
185 PythonObject options_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_options));190 result = pfunc(value_arg,dict,options_arg);