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

/vbox/include/iprt/
H A Dfile.h133 #define RTFILE_O_DENY_MASK UINT32_C(0x000000f0) macro
1105 #define RTFILE_RDALL_O_DENY_MASK RTFILE_O_DENY_MASK
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp269 switch (fOpen & RTFILE_O_DENY_MASK)
299 switch (fOpen & RTFILE_O_DENY_MASK)
/vbox/src/VBox/Runtime/r3/
H A Dfileio.cpp165 switch (fOpen & RTFILE_O_DENY_MASK)
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp239 switch (fOpen & RTFILE_O_DENY_MASK)
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp373 Assert((fOpen & RTFILE_O_DENY_MASK) == RTFILE_O_DENY_NONE);

Completed in 62 milliseconds