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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1173 Utf8Str strCmd; local
1227 strCmd = ValueUnion.psz;
1261 if (aArgs.size() == 0 && strCmd.isEmpty())
1262 strCmd = ValueUnion.psz;
1287 if (strCmd.isEmpty())
1322 CHECK_ERROR_BREAK(pCtx->pGuestSession, ProcessCreate(Bstr(strCmd).raw(),
1345 strCmd.c_str(), uPID);

Completed in 55 milliseconds