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

/vbox/src/VBox/Main/src-client/
H A DGuestDirectoryImpl.cpp255 HRESULT GuestDirectory::i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc) function in class:GuestDirectory
284 hr = GuestProcess::i_setErrorExternal(this, guestRc);
381 hr = GuestProcess::i_setErrorExternal(this, guestRc);
H A DGuestFileImpl.cpp908 HRESULT GuestFile::i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc) function in class:GuestFile
1247 return GuestFile::i_setErrorExternal(this, guestRc);
H A DGuestProcessImpl.cpp979 HRESULT GuestProcess::i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc) function in class:GuestProcess
1760 hr = GuestProcess::i_setErrorExternal(this, guestRc);
1794 hr = GuestProcess::i_setErrorExternal(this, guestRc);
1847 hr = GuestProcess::i_setErrorExternal(this, guestRc);
1903 hr = GuestProcess::i_setErrorExternal(this, guestRc);
H A DGuestSessionImpl.cpp2027 HRESULT GuestSession::i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc) function in class:GuestSession
2404 return GuestSession::i_setErrorExternal(this, guestRc);
2591 hr = GuestProcess::i_setErrorExternal(this, guestRc);
2626 hr = GuestProcess::i_setErrorExternal(this, guestRc);
2687 hr = GuestDirectory::i_setErrorExternal(this, guestRc);
2737 hr = GuestProcess::i_setErrorExternal(this, guestRc);
2785 hr = GuestDirectory::i_setErrorExternal(this, guestRc);
2846 hr = GuestFile::i_setErrorExternal(this, guestRc);
3031 hr = GuestProcess::i_setErrorExternal(this, guestRc);
3067 hr = GuestProcess::i_setErrorExternal(thi
[all...]

Completed in 46 milliseconds