Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/clang-tools/
Dgen_compile_commands.py190 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/
Dget_feat.pl18 my $basename = abs_path($0);
101 printf ".. FILE %s\n", abs_path($file);
Dget_abi.pl643 my $abs_file = abs_path($file);
Dcheckpatch.pl19 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/
Dhists.c2346 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()