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

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp380 *aOnline = i_getStateFilePath().isNotEmpty();
451 const Utf8Str& Snapshot::i_getStateFilePath() const function in class:Snapshot
751 if (i_getStateFilePath().isNotEmpty())
752 m->pMachine->i_copyPathRelativeToMachine(i_getStateFilePath(), data.strStateFile);
1896 RTFileDelete(task.m_pSnapshot->i_getStateFilePath().c_str());
2132 const Utf8Str &strSnapshotStateFile = task.m_pSnapshot->i_getStateFilePath();
2428 if (pSnapshot->i_getStateFilePath().length())
2923 Utf8Str stateFilePath = task.m_pSnapshot->i_getStateFilePath();

Completed in 335 milliseconds