VirtualBox

Ignore:
Timestamp:
Nov 13, 2017 3:44:20 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119045
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). [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp

    r69674 r69677  
    417417 * @param   hDirSrc         The directory the source path is relative to.
    418418 * @param   pszSrc          The source path, relative to @a hDirSrc.
    419  * @param   hDirSrc         The directory the destination path is relative to.
     419 * @param   hDirDst         The directory the destination path is relative to.
    420420 * @param   pszDst          The destination path, relative to @a hDirDst.
    421421 * @param   fRename         Rename flags, RTPATHRENAME_FLAGS_XXX.
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