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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp204 Bstr bstrSrcSaveStatePath; local
205 HRESULT rc = machine->COMGETTER(StateFilePath)(bstrSrcSaveStatePath.asOutParam());
207 if (!bstrSrcSaveStatePath.isEmpty())
211 sst.strSaveStateFile = bstrSrcSaveStatePath;

Completed in 60 milliseconds