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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp806 ComPtr<IMachine> pSnapMachine; local
807 rc = pSnapshot->COMGETTER(Machine)(pSnapMachine.asOutParam());
809 if (pSnapMachine.isNull())
811 if (pSnapMachine == d->pSrcMachine)
H A DSnapshotImpl.cpp1961 ComObjPtr<SnapshotMachine> pSnapMachine = pSnapshot->i_getSnapshotMachine(); local
1969 for (MediaData::AttachmentList::iterator it = pSnapMachine->mMediaData->mAttachments.begin();
1970 it != pSnapMachine->mMediaData->mAttachments.end();
2418 ComObjPtr<SnapshotMachine> pSnapMachine = pSnapshot->i_getSnapshotMachine(); local
2435 for (MediaData::AttachmentList::iterator it = pSnapMachine->mMediaData->mAttachments.begin();
2436 it != pSnapMachine->mMediaData->mAttachments.end();
2636 ComObjPtr<SnapshotMachine> pSnapMachine = task.m_pSnapshot->i_getSnapshotMachine(); local
2638 Guid machineId = pSnapMachine->i_getId();
2651 for (MediaData::AttachmentList::iterator it = pSnapMachine->mMediaData->mAttachments.begin();
2652 it != pSnapMachine
[all...]

Completed in 258 milliseconds