Home
last modified time | relevance | path

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

/xnu-8796.141.3/tests/
H A Dsubsystem_root_path.c16 char * args[] = { ENTITLED_EXECUTABLE_PATH, HELPER_BEHAVIOR_NOT_SET, "/main_root/", NULL};
30 args[1] = HELPER_BEHAVIOR_NOT_SET;
H A Dsubsystem_root_path.h7 #define HELPER_BEHAVIOR_NOT_SET "not_set" macro
H A Dsubsystem_root_path_helper.c23 } else if (!strcmp(behavior, HELPER_BEHAVIOR_NOT_SET)) { in main()