Searched refs:abs_path (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 181 abs_path = os.path.abspath(os.path.join(root_directory, file_path)) 182 if not os.path.exists(abs_path): 183 raise ValueError('File %s not found' % abs_path) 186 'file': abs_path,
|
/Linux-v5.10/tools/perf/ui/browsers/ |
D | hists.c | 2345 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local 2359 memset(abs_path, 0, sizeof(abs_path)); in switch_data_file() 2384 abs_path[nr_options] = strdup(path); in switch_data_file() 2385 if (!abs_path[nr_options]) { in switch_data_file() 2408 tmp = strdup(abs_path[choice]); in switch_data_file() 2421 free_popup_options(abs_path, nr_options); in switch_data_file()
|
/Linux-v5.10/scripts/ |
D | checkpatch.pl | 19 my $D = dirname(abs_path($P)); 155 open(my $script, '<', abs_path($P)) or 915 my $root_path = abs_path($root);
|