Searched defs:uMode (Results 1 - 3 of 3) sorted by relevance

/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/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/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))

Completed in 476 milliseconds