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

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp680 * @param pSnapshotToIgnore If != NULL, this snapshot is ignored during the checks.
684 Snapshot *pSnapshotToIgnore)
689 if (!pSnapshotToIgnore || pSnapshotToIgnore != this)
700 if (!pSnapshotToIgnore || pSnapshotToIgnore != pChild)
701 if (pChild->i_sharesSavedStateFile(strPath, pSnapshotToIgnore))
2072 i_releaseSavedStateFile(strStateFile, NULL /* pSnapshotToIgnore */ );
2929 i_releaseSavedStateFile(stateFilePath, task.m_pSnapshot /* pSnapshotToIgnore */);
683 i_sharesSavedStateFile(const Utf8Str &strPath, Snapshot *pSnapshotToIgnore) argument
H A DMachineImpl.cpp14174 * @param pSnapshotToIgnore Passed to Snapshot::sharesSavedStateFile(); this snapshot is ignored in
14178 Snapshot *pSnapshotToIgnore)
14186 || !mData->mFirstSnapshot->i_sharesSavedStateFile(strStateFile, pSnapshotToIgnore)
14450 || !mData->mFirstSnapshot->i_sharesSavedStateFile(mSSData->strStateFilePath, NULL /* pSnapshotToIgnore */)
14177 i_releaseSavedStateFile(const Utf8Str &strStateFile, Snapshot *pSnapshotToIgnore) argument

Completed in 133 milliseconds