Searched defs:strError (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkRequestWidget.cpp | 155 void UINetworkRequestWidget::sltSetProgressToFailed(const QString &strError) argument 169 QString strErrorText(strError);
|
/vbox/src/libs/libxml2-2.6.31/win32/wince/ |
H A D | wincecompat.c | 13 char *strError[]= {"Error 0","","No such file or directory","","","","","Arg list too long", variable 66 return strError[MAX_STRERROR]; 68 return strError[errnum];
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestDirectoryImpl.cpp | 223 Utf8Str strError; local 229 strError += Utf8StrFmt("Directoy is not empty"); 233 strError += Utf8StrFmt("%Rrc", guestRc); 237 return strError;
|
H A D | GuestDnDPrivate.cpp | 213 Utf8Str strError; local 218 strError += Utf8StrFmt(pGuest->tr("For one or more guest files or directories selected for transferring to the host your guest " 225 strError += Utf8StrFmt(pGuest->tr("One or more guest files or directories selected for transferring to the host were not" 231 strError += Utf8StrFmt(pGuest->tr("One or more guest files or directories selected for transferring to the host were locked. " 237 strError += Utf8StrFmt("Drag and drop guest error (%Rrc)", guestRc); 241 return strError;
|
H A D | GuestFileImpl.cpp | 436 Utf8Str strError; local 442 strError += Utf8StrFmt(tr("File already exists")); 446 strError += Utf8StrFmt(tr("File not found")); 450 strError += Utf8StrFmt(tr("Host name not found")); 454 strError += Utf8StrFmt(tr("Sharing violation")); 458 strError += Utf8StrFmt("%Rrc", guestRc); 462 return strError;
|
H A D | GuestSessionImplTasks.cpp | 1497 Utf8Str strError = Utf8StrFmt("No further error information available (%Rrc)", rc); local 1504 strError = errorInfo.getText(); 1509 strError.c_str(), hr));
|
H A D | GuestProcessImpl.cpp | 490 Utf8Str strError; local 496 strError += Utf8StrFmt(tr("The specified file was not found on guest")); 500 strError += Utf8StrFmt(tr("VMM device is not available (is the VM running?)")); 504 strError += Utf8StrFmt(tr("The guest execution service is not available")); 508 strError += Utf8StrFmt(tr("Could not resolve path to specified file was not found on guest")); 512 strError += Utf8StrFmt(tr("The specified file is not an executable format on guest")); 516 strError += Utf8StrFmt(tr("The specified user was not able to logon on guest")); 520 strError += Utf8StrFmt(tr("The specified file is an invalid name")); 524 strError += Utf8StrFmt(tr("The guest did not respond within time")); 528 strError [all...] |
H A D | GuestSessionImpl.cpp | 1431 Utf8Str strError; local 1437 strError += Utf8StrFmt(tr("VMM device is not available (is the VM running?)")); 1441 strError += Utf8StrFmt(tr("The guest execution service is not available")); 1445 strError += Utf8StrFmt(tr("The specified user was not able to logon on guest")); 1449 strError += Utf8StrFmt(tr("The guest did not respond within time")); 1453 strError += Utf8StrFmt(tr("The session operation was canceled")); 1457 strError += Utf8StrFmt(tr("Invalid user/password credentials")); 1461 strError += Utf8StrFmt(tr("Maximum number of concurrent guest processes has been reached")); 1465 strError += Utf8StrFmt(tr("Unable to retrieve requested information")); 1469 strError [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIMessageBox.cpp | 134 QString strError = "<html><body><p>" + m_strMessage + "</p>"; local 136 strError += pair.first + pair.second + "<br>"; 137 strError += "</body></html>"; 138 strError.remove(QRegExp("</+qt>")); 139 strError = strError.replace(QRegExp(" "), " "); 142 pMimeData->setHtml(strError); 144 strError = strError.replace(QRegExp("<br>|</tr>"), "\n"); 145 strError [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/selector/ |
H A D | UIVMDesktop.cpp | 77 void setError(const QString &strError); 124 void UIVMDesktopPrivate::setError(const QString &strError) argument 130 m_pErrText->setText(strError); 328 void UIVMDesktop::updateDetailsError(const QString &strError) argument 330 m_pDesktopPrivate->setError(strError);
|
Completed in 67 milliseconds