Searched defs:RTPathSetOwnerEx (Results 1 - 2 of 2) 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 Dmangling.h1070 # define RTPathSetOwnerEx RT_MANGLER(RTPathSetOwnerEx) /* not-win */ macro

Completed in 61 milliseconds