Home
last modified time | relevance | path

Searched refs:abs_path (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c127 char abs_path[PATH_MAX], old_cwd[PATH_MAX]; in validate_pin() local
131 snprintf(abs_path, sizeof(abs_path), "/sys/fs/bpf/%s", map_name); in validate_pin()
137 pin_path = abs_path; in validate_pin()
164 map_fd2 = bpf_obj_get(abs_path); in validate_pin()
180 unlink(abs_path); in validate_pin()
187 char abs_path[PATH_MAX], old_cwd[PATH_MAX]; in validate_get() local
191 snprintf(abs_path, sizeof(abs_path), "/sys/fs/bpf/%s", map_name); in validate_get()
193 err = bpf_obj_pin(map_fd, abs_path); in validate_get()
[all...]
/kernel/linux/linux-5.10/scripts/clang-tools/
H A Dgen_compile_commands.py182 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
183 if not os.path.exists(abs_path):
184 raise ValueError('File %s not found' % abs_path)
187 'file': abs_path,
/kernel/linux/linux-6.6/scripts/clang-tools/
H A Dgen_compile_commands.py176 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
177 if not os.path.exists(abs_path):
178 raise ValueError('File %s not found' % abs_path)
181 'file': abs_path,
/kernel/linux/linux-6.6/scripts/
H A Dget_feat.pl9 use Cwd 'abs_path';
18 my $basename = abs_path($0);
101 printf ".. FILE %s\n", abs_path($file);
H A Dget_abi.pl14 use Cwd 'abs_path';
643 my $abs_file = abs_path($file);
H A Dcheckpatch.pl14 use Cwd 'abs_path';
19 my $D = dirname(abs_path($P));
163 open(my $script, '<', abs_path($P)) or
1152 my $root_path = abs_path($root);
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2335 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local
2349 memset(abs_path, 0, sizeof(abs_path)); in switch_data_file()
2374 abs_path[nr_options] = strdup(path); in switch_data_file()
2375 if (!abs_path[nr_options]) { in switch_data_file()
2398 tmp = strdup(abs_path[choice]); in switch_data_file()
2411 free_popup_options(abs_path, nr_options); in switch_data_file()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c2336 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local
2350 memset(abs_path, 0, sizeof(abs_path)); in switch_data_file()
2375 abs_path[nr_options] = strdup(path); in switch_data_file()
2376 if (!abs_path[nr_options]) { in switch_data_file()
2399 tmp = strdup(abs_path[choice]); in switch_data_file()
2412 free_popup_options(abs_path, nr_options); in switch_data_file()
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl14 use Cwd 'abs_path';
19 my $D = dirname(abs_path($P));
155 open(my $script, '<', abs_path($P)) or
915 my $root_path = abs_path($root);

Completed in 25 milliseconds