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

/vbox/src/VBox/Main/include/
H A DExtPackUtil.h74 RTCString strFrontend; member in struct:VBOXEXTPACKPLUGINDESC
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp3559 Utf8Str strFrontend(aType);
3564 if (strFrontend != "emergencystop")
3568 if (strFrontend.isEmpty())
3574 strFrontend = bstrFrontend;
3575 if (strFrontend.isEmpty())
3584 strFrontend = bstrFrontend;
3587 if (strFrontend == "emergencystop")
3588 strFrontend = Utf8Str::Empty;
3591 if (strFrontend.isEmpty())
3592 strFrontend
7395 i_launchVMProcess(IInternalSessionControl *aControl, const Utf8Str &strFrontend, const Utf8Str &strEnvironment, ProgressProxy *aProgress) argument
[all...]

Completed in 60 milliseconds