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

/vbox/include/VBox/
H A Dsettings.h1324 bool readSnapshot(const com::Guid &curSnapshotUuid, uint32_t depth, const xml::ElementNode &elmSnapshot, Snapshot &snap);
/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 1941 milliseconds