Searched refs:path_dir (Results 1 – 1 of 1) sorted by relevance
160 char path_dir[PATH_MAX]; in test__attr() local167 snprintf(path_dir, PATH_MAX, "%s/tests", perf_exec_path()); in test__attr()170 if (!lstat(path_dir, &st) && in test__attr()172 return run_dir(path_dir, path_perf); in test__attr()