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