Searched refs:i_guestErrorToString (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestDirectoryImpl.h51 static Utf8Str i_guestErrorToString(int guestRc);
H A DGuestFileImpl.h53 static Utf8Str i_guestErrorToString(int guestRc);
H A DGuestProcessImpl.h50 static Utf8Str i_guestErrorToString(int guestRc);
H A DGuestSessionImpl.h421 static Utf8Str i_guestErrorToString(int guestRc);
/vbox/src/VBox/Main/src-client/
H A DGuestDirectoryImpl.cpp221 Utf8Str GuestDirectory::i_guestErrorToString(int guestRc) function in class:GuestDirectory
260 return pInterface->setError(VBOX_E_IPRT_ERROR, GuestDirectory::i_guestErrorToString(guestRc).c_str());
H A DGuestSessionImplTasks.cpp334 GuestProcess::i_guestErrorToString(guestRc));
430 GuestProcess::i_guestErrorToString(guestRc));
657 GuestProcess::i_guestErrorToString(guestRc));
687 GuestProcess::i_guestErrorToString(guestRc));
718 GuestProcess::i_guestErrorToString(guestRc));
996 GuestProcess::i_guestErrorToString(guestRc));
1047 GuestProcess::i_guestErrorToString(guestRc));
1296 GuestProcess::i_guestErrorToString(guestRc));
H A DGuestFileImpl.cpp434 Utf8Str GuestFile::i_guestErrorToString(int guestRc) function in class:GuestFile
913 return pInterface->setError(VBOX_E_IPRT_ERROR, GuestFile::i_guestErrorToString(guestRc).c_str());
946 i_guestErrorToString(fileRc));
H A DGuestProcessImpl.cpp488 Utf8Str GuestProcess::i_guestErrorToString(int guestRc) function in class:GuestProcess
947 i_guestErrorToString(mData.mLastError));
984 return pInterface->setError(VBOX_E_IPRT_ERROR, GuestProcess::i_guestErrorToString(guestRc).c_str());
H A DGuestSessionImpl.cpp1429 Utf8Str GuestSession::i_guestErrorToString(int guestRc) function in class:GuestSession
2032 return pInterface->setError(VBOX_E_IPRT_ERROR, GuestSession::i_guestErrorToString(guestRc).c_str());
2061 i_guestErrorToString(sessionRc));

Completed in 1691 milliseconds