Searched refs:uMode (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A DRTFileModeToFlags.cpp46 uint64_t uMode = 0; local
62 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
64 uMode |= RTFILE_O_OPEN_CREATE
81 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
83 uMode |= RTFILE_O_OPEN_CREATE
94 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
96 uMode |= RTFILE_O_OPEN
112 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
114 uMode |= RTFILE_O_CREATE_REPLACE
126 if ((uMode
212 uint64_t uMode = 0; local
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileModeStringToFlags.cpp49 uint64_t uMode; member in struct:__anon16728
100 uint64_t uMode; local
101 int iResult = RTFileModeToFlags(aTests[iTest].pszMode, &uMode);
111 uMode &= ~RTFILE_O_DENY_NONE;
114 && uMode != aTests[iTest].uMode)
117 iTest, aTests[iTest].pszMode, uMode, aTests[iTest].uMode);
129 uint64_t uMode; member in struct:__anon16729
192 uint64_t uMode; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwmiutils.idl143 [in] ULONG uMode,
H A Dvfw.h1266 HRESULT WINAPI AVIFileOpenA(PAVIFILE* ppfile,LPCSTR szFile,UINT uMode,LPCLSID lpHandler);
1267 HRESULT WINAPI AVIFileOpenW(PAVIFILE* ppfile,LPCWSTR szFile,UINT uMode,LPCLSID lpHandler);
/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h398 int i_directoryCreateInternal(const Utf8Str &strPath, uint32_t uMode, uint32_t uFlags, int *pGuestRc);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp654 int GuestSession::i_directoryCreateInternal(const Utf8Str &strPath, uint32_t uMode, argument
657 LogFlowThisFunc(("strPath=%s, uMode=%x, uFlags=%x\n",
658 strPath.c_str(), uMode, uFlags));
677 if (uMode)
682 if (RTStrPrintf(szMode, sizeof(szMode), "%o", uMode))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvfw.h1266 HRESULT WINAPI AVIFileOpenA(PAVIFILE* ppfile,LPCSTR szFile,UINT uMode,LPCLSID lpHandler);
1267 HRESULT WINAPI AVIFileOpenW(PAVIFILE* ppfile,LPCWSTR szFile,UINT uMode,LPCLSID lpHandler);

Completed in 1002 milliseconds