VirtualBox

Changeset 23294 in vbox


Ignore:
Timestamp:
Sep 24, 2009 4:27:38 PM (15 years ago)
Author:
vboxsync
Message:

iprt/path.h: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/path.h

    r23291 r23294  
    149149 * @returns true if it exists and false if it doesn't.
    150150 * @param   pszPath     The path to check.
    151  * @param   fFlags      RTPATH_F_ON_LINK or RPATH_F_FOLLOW_LINK.
     151 * @param   fFlags      RTPATH_F_ON_LINK or RTPATH_F_FOLLOW_LINK.
    152152 */
    153153RTDECL(bool) RTPathExistsEx(const char *pszPath, uint32_t fFlags);
     
    558558 *                      Which set of additional attributes to request.
    559559 *                      Use RTFSOBJATTRADD_NOTHING if this doesn't matter.
    560  * @param   fFlags      RTPATH_F_ON_LINK or RPATH_F_FOLLOW_LINK.
     560 * @param   fFlags      RTPATH_F_ON_LINK or RTPATH_F_FOLLOW_LINK.
    561561 */
    562562RTR3DECL(int) RTPathQueryInfoEx(const char *pszPath, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags);
     
    625625 * @param   pChangeTime         Pointer to the new change time. NULL if not to be changed.
    626626 * @param   pBirthTime          Pointer to the new time of birth. NULL if not to be changed.
    627  * @param   fFlags              RTPATH_F_ON_LINK or RPATH_F_FOLLOW_LINK.
     627 * @param   fFlags              RTPATH_F_ON_LINK or RTPATH_F_FOLLOW_LINK.
    628628 *
    629629 * @remark  The file system might not implement all these time attributes,
     
    678678 * @param   uid         The new file owner user id. Use -1 (or ~0) to leave this unchanged.
    679679 * @param   gid         The new group id. Use -1 (or ~0) to leave this unchanged.
    680  * @param   fFlags      RTPATH_F_ON_LINK or RPATH_F_FOLLOW_LINK.
     680 * @param   fFlags      RTPATH_F_ON_LINK or RTPATH_F_FOLLOW_LINK.
    681681 */
    682682RTR3DECL(int) RTPathSetOwnerEx(const char *pszPath, uint32_t uid, uint32_t gid, uint32_t fFlags);
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