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

/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);

Completed in 115 milliseconds