Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c5680 char subsystem_root_path_string[buffer_len]; in exec_add_apple_strings() local
5681 …int required_len = snprintf(subsystem_root_path_string, buffer_len, SUBSYSTEM_ROOT_PATH_KEY "%s", … in exec_add_apple_strings()
5688 …error = exec_add_user_string(imgp, CAST_USER_ADDR_T(subsystem_root_path_string), UIO_SYSSPACE, FAL… in exec_add_apple_strings()