Searched refs:RTFileSetForceFlags (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dinit.cpp418 RTFileSetForceFlags(RTFILE_O_WRITE, RTFILE_O_WRITE_THROUGH, 0);
419 RTFileSetForceFlags(RTFILE_O_READWRITE, RTFILE_O_WRITE_THROUGH, 0);
H A Dfileio.cpp72 RTR3DECL(int) RTFileSetForceFlags(unsigned fOpenForAccess, unsigned fSet, unsigned fMask) function
105 * The adjustments are made according to the wishes specified using the RTFileSetForceFlags API.
/vbox/include/iprt/
H A Dfile.h248 RTR3DECL(int) RTFileSetForceFlags(unsigned fOpenForAccess, unsigned fSet, unsigned fMask);
H A Dmangling.h610 # define RTFileSetForceFlags RT_MANGLER(RTFileSetForceFlags) macro

Completed in 83 milliseconds