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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp5456 // null case (caller wants root snapshot): i_findSnapshotById() handles this
5457 rc = i_findSnapshotById(Guid(), pSnapshot, true /* aSetError */);
5462 rc = i_findSnapshotById(uuid, pSnapshot, true /* aSetError */);
9404 HRESULT Machine::i_findSnapshotById(const Guid &aId, function in class:Machine

Completed in 68 milliseconds