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

/vbox/src/VBox/Main/src-client/
H A DGuestFileImpl.cpp333 HRESULT GuestFile::getOpenMode(com::Utf8Str &aOpenMode) argument
340 aOpenMode = mData.mOpenInfo.mOpenMode;
H A DGuestSessionImpl.cpp3081 HRESULT GuestSession::fileOpen(const com::Utf8Str &aPath, const com::Utf8Str &aOpenMode, const com::Utf8Str &aDisposition, argument
3091 return fileOpenEx(aPath, aOpenMode, aDisposition, strSharingMode, aCreationMode,
3096 HRESULT GuestSession::fileOpenEx(const com::Utf8Str &aPath, const com::Utf8Str &aOpenMode, const com::Utf8Str &aDisposition, argument
3108 if (RT_UNLIKELY((aOpenMode.c_str()) == NULL || *(aOpenMode.c_str()) == '\0'))
3123 openInfo.mOpenMode = aOpenMode;

Completed in 52 milliseconds