Home
last modified time | relevance | path

Searched refs:fchdir (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/bsd/man/man2/
H A DMakefile48 fchdir.2 \
/xnu-11417.121.6/tests/vfs/
H A Dresolve_beneath.c189 T_ASSERT_POSIX_SUCCESS(fchdir(test_fd), "Changing directory to %s/%s", testdir, TEST_DIR);
/xnu-11417.121.6/bsd/sys/
H A Dfile_internal.h567 int fchdir(proc_t p, vfs_context_t ctx, int fd, bool per_thread);
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c4175 fchdir(proc_t p, vfs_context_t ctx, int fd, bool per_thread) in fchdir() function
4289 return fchdir(p, vfs_context_current(), uap->fd, false); in sys_fchdir()
4295 return fchdir(p, vfs_context_current(), uap->fd, true); in __pthread_fchdir()
/xnu-11417.121.6/bsd/kern/
H A Dkern_exec.c3071 error = fchdir(p, imgp->ip_vfs_context, in exec_handle_file_actions()