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

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1355 Utf8Str m_strStateFilePath; member in struct:SessionMachine::TakeSnapshotTask
1584 /* task.m_strStateFilePath is "" when the machine is offline or saved */
1592 i_composeSavedStateFilename(task.m_strStateFilePath);
1596 task.m_strStateFilePath = mSSData->strStateFilePath;
1598 if (task.m_strStateFilePath.isNotEmpty())
1601 rc = VirtualBox::i_ensureFilePathExists(task.m_strStateFilePath, true /* fCreate */);
1615 rc = pSnapshotMachine->init(this, snapshotId.ref(), task.m_strStateFilePath);
1660 && !task.m_strStateFilePath.isEmpty())
1670 if (task.m_strStateFilePath.isNotEmpty())
1676 Bstr(task.m_strStateFilePath)
[all...]
H A DMachineImpl.cpp12755 m_strStateFilePath(strStateFilePath)
12764 Utf8Str m_strStateFilePath; member in struct:SessionMachine::SaveStateTask
12807 rc = directControl->SaveStateWithReason(task.m_enmReason, task.m_pProgress, Bstr(task.m_strStateFilePath).raw(), task.m_machineStateBackup != MachineState_Paused, &fSuspendedBySave);
12817 mSSData->strStateFilePath = task.m_strStateFilePath;
12833 RTFileDelete(task.m_strStateFilePath.c_str());

Completed in 65 milliseconds