Searched refs:fchmodat_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_syscalls.c | 7700 fchmodat_internal(vfs_context_t ctx, user_addr_t path, int mode, int fd, in fchmodat_internal() function 7714 return fchmodat_internal(vfs_context_current(), uap->path, uap->mode, in chmod() 7725 return fchmodat_internal(vfs_context_current(), uap->path, uap->mode, in fchmodat()
|