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