VirtualBox

Ignore:
Timestamp:
Jun 4, 2019 12:39:03 AM (6 years ago)
Author:
vboxsync
Message:

SharedFolderSvc,IPRT: Implemented changing attributes/mode via a directory handle. bugref:9172 ticketref:17626 ticketref:17859

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/teststubs.h

    r77685 r78947  
    4545#define RTDirReadEx          testRTDirReadEx
    4646extern int testRTDirReadEx(RTDIR hDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags);
     47#define RTDirSetMode         testRTDirSetMode
     48extern int testRTDirSetMode(RTDIR hDir, RTFMODE fMode);
    4749#define RTDirSetTimes        testRTDirSetTimes
    4850extern int testRTDirSetTimes(RTDIR hDir, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette