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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp105 inline HRESULT addSaveState(const ComObjPtr<Machine> &machine, ULONG &uCount, ULONG &uTotalWeight);
202 HRESULT MachineCloneVMPrivate::addSaveState(const ComObjPtr<Machine> &machine, ULONG &uCount, ULONG &uTotalWeight) function in class:MachineCloneVMPrivate
311 rc = addSaveState(machine, uCount, uTotalWeight);
414 rc = addSaveState(machine, uCount, uTotalWeight);
551 rc = addSaveState(machine, uCount, uTotalWeight);

Completed in 60 milliseconds