Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Ddebug_enable_syscall_rejection.c88 char const *helper_binary = "debug_syscall_rejection_helper"; in helper() local
89 snprintf(binary_path, MAXPATHLEN, "%s/%s", binary_dir, helper_binary); in helper()
93 T_QUIET; T_ASSERT_EQ(ret, 0, "launch helper: %s", helper_binary); in helper()