Searched refs:RTPathSetOwnerEx (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dpath2-posix.cpp230 return RTPathSetOwnerEx(pszPath, uid, gid, RTPATH_F_ON_LINK);
234 RTR3DECL(int) RTPathSetOwnerEx(const char *pszPath, uint32_t uid, uint32_t gid, uint32_t fFlags) function
280 Log(("RTPathSetOwnerEx('%s',%d,%d): failed with %Rrc and errno=%d\n",
286 LogFlow(("RTPathSetOwnerEx(%p:{%s}, uid, gid): return %Rrc\n",
/vbox/include/iprt/
H A Dpath.h1322 RTR3DECL(int) RTPathSetOwnerEx(const char *pszPath, uint32_t uid, uint32_t gid, uint32_t fFlags);
H A Dmangling.h1070 # define RTPathSetOwnerEx RT_MANGLER(RTPathSetOwnerEx) /* not-win */ macro
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp194 rc = RTPathSetOwnerEx(pszMountPoint, NIL_RTUID /* Owner, unchanged */, pOpts->gid, RTPATH_F_ON_LINK);
/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp667 rc = RTPathSetOwnerEx(szDst, uidFile, gidFile, RTPATH_F_ON_LINK);

Completed in 85 milliseconds