- Timestamp:
- Nov 13, 2017 3:44:20 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r69674 r69677 721 721 * @param hDirSrc The directory the source path is relative to. 722 722 * @param pszSrc The source path, relative to @a hDirSrc. 723 * @param hDir SrcThe directory the destination path is relative to.723 * @param hDirDst The directory the destination path is relative to. 724 724 * @param pszDst The destination path, relative to @a hDirDst. 725 725 * @param fRename Rename flags, RTPATHRENAME_FLAGS_XXX. -
trunk/include/iprt/vfs.h
r69674 r69677 484 484 * @param fLeaveOpen Whether to leave the handle open when the VFS 485 485 * directory is released, or to close it (@c false). 486 * @param phVfsDi 486 * @param phVfsDir Where to return the VFS directory handle. 487 487 */ 488 488 RTDECL(int) RTVfsDirFromRTDir(PRTDIR hDir, bool fLeaveOpen, PRTVFSDIR phVfsDir); … … 494 494 * @param hDir The standard IPRT directory handle. 495 495 * @param fFlags RTDIR_F_XXX. 496 * @param fLeaveOpen Whether to leave the handle open when the VFS 497 * directory is released, or to close it (@c false). 498 * @param phVfsDi Where to return the VFS directory handle. 496 * @param phVfsDir Where to return the VFS directory handle. 499 497 */ 500 498 RTDECL(int) RTVfsDirOpenNormal(const char *pszFilename, uint32_t fFlags, PRTVFSDIR phVfsDir); -
trunk/src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp
r69674 r69677 417 417 * @param hDirSrc The directory the source path is relative to. 418 418 * @param pszSrc The source path, relative to @a hDirSrc. 419 * @param hDir SrcThe directory the destination path is relative to.419 * @param hDirDst The directory the destination path is relative to. 420 420 * @param pszDst The destination path, relative to @a hDirDst. 421 421 * @param fRename Rename flags, RTPATHRENAME_FLAGS_XXX.
Note:
See TracChangeset
for help on using the changeset viewer.