Searched refs:exec_path (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dposix_spawn.c47 static char exec_path[1024]; variable
68 (void) strcpy(exec_path, lm_procpath);
69 (void) strcat(exec_path, "/posix_spawn_bin");
72 argv[0] = exec_path;
87 if (( c = posix_spawn(&pid, exec_path, NULL, NULL, argv, NULL) != 0))
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dexec.c43 static char exec_path[1024]; variable
64 (void) strcpy(exec_path, lm_procpath);
65 (void) strcat(exec_path, "/exec_bin");
68 argv[0] = exec_path;
94 if (execv(exec_path, argv) < 0)

Completed in 48 milliseconds