Changeset 26476 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Feb 13, 2010 2:06:41 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57643
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/path.h
r21675 r26476 43 43 44 44 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); 45 DECLHIDDEN(size_t) rtPathRootSpecLen(const char *pszPath); 46 DECLHIDDEN(size_t) rtPathVolumeSpecLen(const char *pszPath); 47 DECLHIDDEN(int) rtPathPosixRename(const char *pszSrc, const char *pszDst, unsigned fRename, RTFMODE fFileType); 48 DECLHIDDEN(int) rtPathWin32MoveRename(const char *pszSrc, const char *pszDst, uint32_t fFlags, RTFMODE fFileType); 48 49 49 50
Note:
See TracChangeset
for help on using the changeset viewer.