Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/tests/perf_index/
H A Dperf_index.c60 find_test(char* test_name, char* test_path) in find_test() argument
71 snprintf(test_path, MAXPATHLEN, "%s/perfindex-%s.dylib", dirpath, test_name); in find_test()
72 if (access(test_path, F_OK) == 0) { in find_test()
166 char test_path[MAXPATHLEN]; in main() local
174 retval = find_test(args.test_name, test_path); in main()
180 load_test(test_path, &test); in main()
/xnu-8796.141.3/tests/iokit/
H A Dioserviceusernotification_race.c198 char test_path[MAXPATHLEN] = {0}; variable
199 char * helper_args[] = { test_path, "-n", "ioserviceusernotification_race_helper", NULL };
213 T_QUIET; T_ASSERT_POSIX_SUCCESS(proc_pidpath(getpid(), test_path, MAXPATHLEN), "get pid path");
/xnu-8796.141.3/tests/ktrace/
H A Dkperf_tests.c1285 char test_path[MAXPATHLEN] = { 0 }; in spawn_bless_helper() local
1286 int ret = proc_pidpath(getpid(), test_path, MAXPATHLEN); in spawn_bless_helper()
1288 T_LOG("spawning helper tool at %s", test_path); in spawn_bless_helper()
1289 char *child_argv[] = { test_path, "-n", "kperf_blessed_helper", NULL }; in spawn_bless_helper()