Searched refs:aOpenMode (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestFileImpl.h82 HRESULT getOpenMode(com::Utf8Str &aOpenMode);
H A DGuestSessionImpl.h329 const com::Utf8Str &aOpenMode,
334 const com::Utf8Str &aOpenMode,
/vbox/src/VBox/Main/src-client/
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;
H A DGuestFileImpl.cpp333 HRESULT GuestFile::getOpenMode(com::Utf8Str &aOpenMode) argument
340 aOpenMode = mData.mOpenInfo.mOpenMode;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h9328 #define IGuestSession_FileOpen(p, aPath, aOpenMode, aDisposition, aCreationMode, aFile) ((p)->lpVtbl->FileOpen(p, aPath, aOpenMode, aDisposition, aCreationMode, aFile))
9329 #define IGuestSession_FileOpenEx(p, aPath, aOpenMode, aDisposition, aSharingMode, aCreationMode, aOffset, aFile) ((p)->lpVtbl->FileOpenEx(p, aPath, aOpenMode, aDisposition, aSharingMode, aCreationMode, aOffset, aFile))
9959 #define IFile_get_OpenMode(p, aOpenMode) ((p)->lpVtbl->GetOpenMode(p, aOpenMode))
9960 #define IFile_GetOpenMode(p, aOpenMode) ((p)->lpVtbl->GetOpenMode(p, aOpenMode))
10092 #define IGuestFile_get_OpenMode(p, aOpenMode) ((p)->lpVtbl->GetOpenMode(p, aOpenMode))
[all...]

Completed in 4220 milliseconds