VirtualBox

Ignore:
Timestamp:
Feb 13, 2010 2:06:41 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57643
Message:

iprt: Added RTPathCountComponents, RTPathCopyComponents, RTGetOptArgvFromString and RTGetOptArgvFree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/path.h

    r21675 r26476  
    4343
    4444
    45 size_t  rtPathVolumeSpecLen(const char *pszPath);
    46 int     rtPathPosixRename(const char *pszSrc, const char *pszDst, unsigned fRename, RTFMODE fFileType);
    47 int     rtPathWin32MoveRename(const char *pszSrc, const char *pszDst, uint32_t fFlags, RTFMODE fFileType);
     45DECLHIDDEN(size_t)  rtPathRootSpecLen(const char *pszPath);
     46DECLHIDDEN(size_t)  rtPathVolumeSpecLen(const char *pszPath);
     47DECLHIDDEN(int)     rtPathPosixRename(const char *pszSrc, const char *pszDst, unsigned fRename, RTFMODE fFileType);
     48DECLHIDDEN(int)     rtPathWin32MoveRename(const char *pszSrc, const char *pszDst, uint32_t fFlags, RTFMODE fFileType);
    4849
    4950
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