Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dvm_tainted_executable.c57 char *child_argv[2]; variable
100 child_argv[0] = tmp_path;
101 child_argv[1] = NULL;
102 …T_QUIET; T_ASSERT_POSIX_SUCCESS(posix_spawn(&child_pid, tmp_path, NULL, NULL, child_argv, NULL), N…
/xnu-12377.1.9/tests/ktrace/
H A Dkperf_tests.c1292 char *child_argv[] = { test_path, "-n", "kperf_blessed_helper", NULL }; in spawn_bless_helper() local
1294 int error = dt_launch_tool(&child_pid, child_argv, true, NULL, NULL); in spawn_bless_helper()