VirtualBox

Ignore:
Timestamp:
Dec 14, 2011 2:19:55 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75392
Message:

IPRT/*: add _NO_SYMLINKS flags to certain functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/dir.cpp

    r34015 r39612  
    104104         * where the directory exists but we don't have write access to the parent directory.
    105105         */
    106         rc = RTDirCreate(szAbsPath, fMode);
     106        rc = RTDirCreate(szAbsPath, fMode, 0);
    107107        if (rc == VERR_ALREADY_EXISTS)
    108108            rc = VINF_SUCCESS;
     
    674674
    675675
    676 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter)
     676RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen)
    677677{
    678678    /*
Note: See TracChangeset for help on using the changeset viewer.

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