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

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript_real.py249 def _mountShare(self, sMountPoint, sType, sServer, sShare, sUser, sPassword, sWhat):
255 if sType is None:
271 if sType == 'cifs':
278 raise TestBoxScriptException('Unsupported server type %s.' % (sType,));
283 if sType == 'cifs':
294 elif sType == 'nfs':
301 raise TestBoxScriptException('Unsupported server type %s.' % (sType,));
306 if sType == 'cifs':
321 elif sType == 'nfs':
328 raise TestBoxScriptException('Unsupported server type %s.' % (sType,));
957 sType = getattr(oOptions, sPrefix + 'ServerType'); variable in class:TestBoxScript.main.MyOptionParser
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 75 milliseconds