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

/haiku/src/system/libroot/posix/unistd/
H A Dchown.c18 common_chown(int fd, const char* path, bool followLinks, uid_t owner, function
44 return common_chown(-1, path, true, owner, group);
51 return common_chown(-1, path, false, owner, group);
58 return common_chown(fd, NULL, false, owner, group);
65 return common_chown(fd, path, (flag & AT_SYMLINK_NOFOLLOW) == 0, owner,

Completed in 36 milliseconds