Searched refs:readSnapshot (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.cpp2717 * both directly from readMachine and from readSnapshot, since snapshots
3458 * Used both directly from readMachine and from readSnapshot, since snapshots
3819 bool MachineConfigFile::readSnapshot(const Guid &curSnapshotUuid, function in class:MachineConfigFile
3876 bool found = readSnapshot(curSnapshotUuid, depth + 1, *pelmChildSnapshot, snap.llChildSnapshots.back());
4018 foundCurrentSnapshot = readSnapshot(uuidCurrentSnapshot, 1, *pelmMachineChild, snap);

Completed in 2795 milliseconds