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

/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp999 HRESULT Session::saveStateWithReason(Reason_T aReason, const ComPtr<IProgress> &aProgress, const Utf8Str &aStateFilePath, BOOL aPauseVM, BOOL *aLeftPaused) argument
1008 HRESULT rc = mConsole->i_saveState(aReason, aProgress, aStateFilePath, !!aPauseVM, fLeftPaused);
H A DConsoleImpl.cpp6327 HRESULT Console::i_saveState(Reason_T aReason, const ComPtr<IProgress> &aProgress, const Utf8Str &aStateFilePath, bool aPauseVM, bool &aLeftPaused) argument
6333 AssertReturn(!aStateFilePath.isEmpty(), E_INVALIDARG);
6364 Utf8Str dir = aStateFilePath;
6399 LogFlowFunc(("Saving the state to '%s'...\n", aStateFilePath.c_str()));
6404 aStateFilePath.c_str(),
6420 aStateFilePath.c_str(), vrc);
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp966 * @param aStateFilePath file where the execution state will be later saved
973 const Utf8Str &aStateFilePath)
1008 mSSData->strStateFilePath = aStateFilePath;
1118 * @param aStateFilePath file where the execution state is saved
1129 const Utf8Str &aStateFilePath)
1166 mSSData->strStateFilePath = aStateFilePath;
971 init(SessionMachine *aSessionMachine, IN_GUID aSnapshotId, const Utf8Str &aStateFilePath) argument
1123 initFromSettings(Machine *aMachine, const settings::Hardware &hardware, const settings::Debugging *pDbg, const settings::Autostart *pAutostart, const settings::Storage &storage, IN_GUID aSnapshotId, const Utf8Str &aStateFilePath) argument
H A DMachineImpl.cpp2711 HRESULT Machine::getStateFilePath(com::Utf8Str &aStateFilePath) argument
2715 aStateFilePath = mSSData->strStateFilePath;

Completed in 118 milliseconds