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/testcase/tstSharedFolderService.cpp

    r77685 r78947  
    302302}
    303303
     304static uint64_t testRTDirSetFMode;
     305
     306extern int testRTDirSetMode(RTDIR hDir, RTFMODE fMode)
     307{
     308    RT_NOREF1(hDir);
     309 /* RTPrintf("%s: fMode=%llu\n", __PRETTY_FUNCTION__, LLUIFY(fMode)); */
     310    testRTDirSetFMode = fMode;
     311    return VINF_SUCCESS;
     312}
     313
    304314static RTTIMESPEC testRTDirSetTimesATime;
    305315
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