Searched refs:findSnapshot (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ValidationKit/tests/storage/
H A DtdStorageSnapshotMerging1.py256 oSnapshot = oSession.findSnapshot('Snapshot ' + str(i));
/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp115 bool findSnapshot(const settings::SnapshotsList &snl, const Guid &id, settings::Snapshot &sn) const;
568 bool MachineCloneVMPrivate::findSnapshot(const settings::SnapshotsList &snl, const Guid &id, settings::Snapshot &sn) const function in class:MachineCloneVMPrivate
580 if (findSnapshot(it->llChildSnapshots, id, sn))
980 if (!d->findSnapshot(trgMCF.llFirstSnapshot, d->snapshotId, sn))
H A DMachineImpl.cpp5448 HRESULT Machine::findSnapshot(const com::Utf8Str &aNameOrId, ComPtr<ISnapshot> &aSnapshot) function in class:Machine
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2271 def findSnapshot(self, sName): member in class:SessionWrapper
2278 return self.oVM.findSnapshot(sName);
/vbox/src/VBox/Main/include/
H A DMachineImpl.h1121 HRESULT findSnapshot(const com::Utf8Str &aNameOrId,
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py2645 snap = mach.findSnapshot(name)
2662 snap = mach.findSnapshot(name)

Completed in 100 milliseconds