Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/vfs/
H A Dvfs_syscalls.c4206 common_chdir(proc_t p, struct chdir_args *uap, int per_thread) in common_chdir() function
4238 return common_chdir(p, (void *)uap, 0); in sys_chdir()
4261 return common_chdir(p, (void *)uap, 1); in __pthread_chdir()