Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/
H A Dvm_spawn_tool.c28 posix_spawn_file_actions_t fileactions; in main() local
34 if (posix_spawn_file_actions_init(&fileactions)) { in main()
57 posix_spawn(&newpid, prog_path, &fileactions, &spawnattrs, &argv[1], environ); in main()