Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dpe-file-parsing.c76 char path_dir[PATH_MAX]; in test__pe_file_parsing() local
83 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
85 if (!lstat(path_dir, &st)) in test__pe_file_parsing()
86 return run_dir(path_dir); in test__pe_file_parsing()

Completed in 3 milliseconds