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

/vbox/src/VBox/Runtime/common/misc/
H A DRTFileModeToFlags.cpp62 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
81 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
94 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
112 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
126 if ((uMode & RTFILE_O_ACTION_MASK) == 0)
187 && (uMode & RTFILE_O_ACTION_MASK) == 0)
325 && (uMode & RTFILE_O_ACTION_MASK) == 0)
/vbox/include/iprt/
H A Dfile.h144 #define RTFILE_O_ACTION_MASK UINT32_C(0x00000700) macro
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp176 switch (fOpen & RTFILE_O_ACTION_MASK)
311 && (fOpen & (RTFILE_O_TRUNCATE | RTFILE_O_ACTION_MASK))
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp148 switch (fOpen & RTFILE_O_ACTION_MASK)
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp164 switch (fOpen & RTFILE_O_ACTION_MASK)
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp236 switch (fOpen & RTFILE_O_ACTION_MASK)
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp2095 if ((fOpen & RTFILE_O_ACTION_MASK) == RTFILE_O_CREATE)
2129 else if ((fOpen & RTFILE_O_ACTION_MASK) == RTFILE_O_OPEN)

Completed in 64 milliseconds