Searched refs:abs_path (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 190 abs_path = os.path.abspath(os.path.join(root_directory, file_path)) 191 if not os.path.exists(abs_path): 192 raise ValueError('File %s not found' % abs_path) 195 'file': abs_path,
|
/linux-5.19.10/scripts/ |
D | get_feat.pl | 18 my $basename = abs_path($0); 101 printf ".. FILE %s\n", abs_path($file);
|
D | get_abi.pl | 643 my $abs_file = abs_path($file);
|
D | checkpatch.pl | 19 my $D = dirname(abs_path($P)); 161 open(my $script, '<', abs_path($P)) or 1114 my $root_path = abs_path($root);
|
/linux-5.19.10/tools/perf/ui/browsers/ |
D | hists.c | 2346 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local 2360 memset(abs_path, 0, sizeof(abs_path)); in switch_data_file() 2385 abs_path[nr_options] = strdup(path); in switch_data_file() 2386 if (!abs_path[nr_options]) { in switch_data_file() 2409 tmp = strdup(abs_path[choice]); in switch_data_file() 2422 free_popup_options(abs_path, nr_options); in switch_data_file()
|