Searched refs:RTFileSetMode (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h59 #define RTFileSetMode testRTFileSetMode macro
H A Dvbsf.cpp1042 RTFileSetMode (pHandle->file.Handle, pParms->Info.Attr.fMode);
1965 rc = RTFileSetMode(pHandle->file.Handle, fMode);
1968 Log(("RTFileSetMode %x failed with %Rrc\n", fMode, rc));
/vbox/include/iprt/
H A Dfile.h943 RTDECL(int) RTFileSetMode(RTFILE File, RTFMODE fMode);
953 * and exists to complement RTFileSetMode().
H A Dmangling.h611 # define RTFileSetMode RT_MANGLER(RTFileSetMode) macro
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsstdfile.cpp326 return RTFileSetMode(pThis->hFile, fMode);
/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/common/zip/
H A Dtarcmd.cpp533 rc = RTFileSetMode(hFile, fMode | RTFS_TYPE_FILE);
/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/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp449 rc = RTFileSetMode(hFile, ObjInfo.Attr.fMode);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp396 rc = RTFileSetMode(hFile, (fMode & RTFS_UNIX_MASK) | RTFS_UNIX_IRUSR | RTFS_UNIX_IWUSR);

Completed in 106 milliseconds