Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dvm_set_max_addr_test.c28 char * command_path = "./vm_set_max_addr_helper"; variable
29 char * command_args[] = { command_path, NULL };
35 result = posix_spawn(&child_pid, command_path, NULL, &attrp, command_args, NULL);
47 result = posix_spawn(&child_pid, command_path, NULL, &attrp, command_args, NULL);