Searched refs:path_perf (Results 1 – 1 of 1) sorted by relevance
184 char path_perf[PATH_MAX]; in test__attr() local201 snprintf(path_perf, PATH_MAX, "%s/perf", BINDIR); in test__attr()205 !lstat(path_perf, &st)) in test__attr()206 return run_dir(path_dir, path_perf); in test__attr()
Completed in 5 milliseconds