Searched refs:child_argv (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/tests/vm/ |
| H A D | vm_tainted_executable.c | 55 char *child_argv[2]; variable 98 child_argv[0] = tmp_path; 99 child_argv[1] = NULL; 100 …T_QUIET; T_ASSERT_POSIX_SUCCESS(posix_spawn(&child_pid, tmp_path, NULL, NULL, child_argv, NULL), N…
|
| /xnu-10002.81.5/tests/ktrace/ |
| H A D | kperf_tests.c | 1289 char *child_argv[] = { test_path, "-n", "kperf_blessed_helper", NULL }; in spawn_bless_helper() local 1291 int error = dt_launch_tool(&child_pid, child_argv, true, NULL, NULL); in spawn_bless_helper()
|