Searched defs:RTFileSetMode (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h59 #define RTFileSetMode testRTFileSetMode macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp695 RTR3DECL(int) RTFileSetMode(RTFILE hFile, RTFMODE fMode) function
707 Log(("RTFileSetMode(%RTfile,%RTfmode): returns %Rrc\n", hFile, fMode, rc));
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp219 /* RTFileSetMode needs following rights as well. */
937 RTR3DECL(int) RTFileSetMode(RTFILE hFile, RTFMODE fMode) function
951 Log(("RTFileSetMode(%RTfile, %RTfmode): rtFileNativeSetAttributes (0x%08X) failed with err %d (%Rrc)\n",
/vbox/include/iprt/
H A Dmangling.h611 # define RTFileSetMode RT_MANGLER(RTFileSetMode) macro

Completed in 82 milliseconds