Searched refs:path_dir (Results 1 – 2 of 2) sorted by relevance
167 char path_dir[PATH_MAX]; in test__attr() local174 snprintf(path_dir, PATH_MAX, "%s/tests", perf_exec_path()); in test__attr()177 if (!lstat(path_dir, &st) && in test__attr()179 return run_dir(path_dir, path_perf); in test__attr()
57 for path_dir in self.path:58 if os.path.exists(os.path.join(path_dir, script)):59 self.script = os.path.join(path_dir, script)