Searched refs:createMachine (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dclienttest.java82 IMachine machine = vbox.createMachine(baseFolder,
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h283 HRESULT createMachine(const com::Utf8Str &aSettingsFile,
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py2000 oVM = self.oVBox.createMachine("", sName, [], self.tryFindGuestOsId(sKind), "");
2002 oVM = self.oVBox.createMachine("", sName, self.tryFindGuestOsId(sKind), "", False);
2004 oVM = self.oVBox.createMachine(sName, self.tryFindGuestOsId(sKind), "", "", False);
2006 oVM = self.oVBox.createMachine(sName, self.tryFindGuestOsId(sKind), "", "");
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1445 HRESULT VirtualBox::createMachine(const com::Utf8Str &aSettingsFile, function in class:VirtualBox
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py241 mach = vbox.createMachine("", name, [], kind, "")

Completed in 135 milliseconds