VirtualBox

Ignore:
Timestamp:
Nov 13, 2017 3:29:43 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119042
Message:

iprt: A bunch of basic function for working the file system relative to an open directory. There is only a default implementation currently, the path race conditions will first be eliminated/reduced with platform specific implementations (POSIX, NT). Also added a VFS wrapper around RTDIR handles, completing RTVfsChainOpenDir and making RTLs work on normal directories too (instead of only isofs and fat).

Location:
trunk/src/VBox/Runtime/common/vfs
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfschain.cpp

    r69630 r69674  
    11871187     * Path to regular file system.
    11881188     */
    1189     /** @todo implement system specific standard VFS directory class. */
    1190     rc = VERR_NOT_IMPLEMENTED;
     1189    rc = RTVfsDirOpenNormal(pszSpec, fOpen, phVfsDir);
    11911190
    11921191    RTVfsChainSpecFree(pSpec);
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