Searched refs:uuidCurrentSnapshot (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2271 && (uuidCurrentSnapshot == c.uuidCurrentSnapshot)
3976 parseUUID(uuidCurrentSnapshot, str);
4013 if (uuidCurrentSnapshot.isZero())
4018 foundCurrentSnapshot = readSnapshot(uuidCurrentSnapshot, 1, *pelmMachineChild, snap);
5305 && !uuidCurrentSnapshot.isZero()
5306 && uuidCurrentSnapshot.isValid())
5307 elmMachine.setAttribute("currentSnapshot", uuidCurrentSnapshot.toStringCurly());
/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp996 trgMCF.uuidCurrentSnapshot.clear();
1009 trgMCF.uuidCurrentSnapshot = sn.uuid;
H A DMachineImpl.cpp8653 config.uuidCurrentSnapshot,
10017 config.uuidCurrentSnapshot = mData->mCurrentSnapshot->i_getId();
10019 config.uuidCurrentSnapshot.clear();
/vbox/include/VBox/
H A Dsettings.h1269 com::Guid uuidCurrentSnapshot; member in class:settings::MachineConfigFile

Completed in 1376 milliseconds