Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dspawn_internal.h413 char psfac_path[PATH_MAX]; /* path to chdir */ member
/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn.c1958 if (strlcpy(psfileact->psfaa_chdirargs.psfac_path, path, PATH_MAX) >= PATH_MAX) { in posix_spawn_file_actions_addchdir_np()
/xnu-11215/bsd/kern/
H A Dkern_exec.c3028 CAST_USER_ADDR_T(psfa->psfaa_chdirargs.psfac_path), in exec_handle_file_actions()