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

/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 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 108 milliseconds