Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dsubsystem_root_path_helper.c19 const char * subsystem_root_path = _simple_getenv(apple, SUBSYSTEM_ROOT_PATH_KEY); in main()
24 const char * subsystem_root_path = _simple_getenv(apple, SUBSYSTEM_ROOT_PATH_KEY); in main()
H A Dsubsystem_root_path.h5 #define SUBSYSTEM_ROOT_PATH_KEY "subsystem_root_path" macro
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c5442 #define SUBSYSTEM_ROOT_PATH_KEY "subsystem_root_path=" macro
5679 size_t buffer_len = MAXPATHLEN + strlen(SUBSYSTEM_ROOT_PATH_KEY); in exec_add_apple_strings()
5681 …int required_len = snprintf(subsystem_root_path_string, buffer_len, SUBSYSTEM_ROOT_PATH_KEY "%s", … in exec_add_apple_strings()