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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3813 * @param curSnapshotUuid
3817 * @returns true if curSnapshotUuid is in this snapshot subtree, otherwise false
3819 bool MachineConfigFile::readSnapshot(const Guid &curSnapshotUuid, argument
3832 bool foundCurrentSnapshot = (snap.uuid == curSnapshotUuid);
3876 bool found = readSnapshot(curSnapshotUuid, depth + 1, *pelmChildSnapshot, snap.llChildSnapshots.back());

Completed in 1581 milliseconds