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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp103 HRESULT createMachineList(const ComPtr<ISnapshot> &pSnapshot, RTCList< ComObjPtr<Machine> > &machineList) const;
142 HRESULT MachineCloneVMPrivate::createMachineList(const ComPtr<ISnapshot> &pSnapshot, function in class:MachineCloneVMPrivate
160 rc = createMachineList(sfaChilds[i], machineList);
857 rc = d->createMachineList(pSnapshot, machineList);

Completed in 46 milliseconds