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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp7854 Utf8Str strExtraInfo; local
7864 strExtraInfo.append(Utf8StrFmt(tr(". More details may be available in '%s'"), strStartupLogFile.c_str()));
7870 i_getName().c_str(), status.iStatus, status.iStatus, strExtraInfo.c_str());
7874 i_getName().c_str(), status.iStatus, strExtraInfo.c_str());
7878 i_getName().c_str(), status.iStatus, strExtraInfo.c_str());
7882 i_getName().c_str(), vrc, strExtraInfo.c_str());

Completed in 96 milliseconds