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