Home
last modified time | relevance | path

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

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