Home
last modified time | relevance | path

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

/openbmc/linux/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()
202 pin_path = abs_path; in validate_get()
241 unlink(abs_path); in validate_get()
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py102 fh, abs_path = tempfile.mkstemp()
119 shutil.copymode(fn, abs_path)
121 shutil.move(abs_path, fn)
H A Dconvert-variable-renames.py65 fh, abs_path = tempfile.mkstemp()
90 shutil.copymode(fn, abs_path)
92 shutil.move(abs_path, fn)
H A Dconvert-srcuri.py30 fh, abs_path = tempfile.mkstemp()
51 shutil.copymode(fn, abs_path)
53 shutil.move(abs_path, fn)
H A Dconvert-overrides.py106 fh, abs_path = tempfile.mkstemp()
130 shutil.copymode(fn, abs_path)
132 shutil.move(abs_path, fn)
/openbmc/linux/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,
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dtelnet_execution.py9 abs_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
11 full_path = abs_path.split("plugins")[0]
H A Dscp_execution.py9 abs_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
11 full_path = abs_path.split("plugins")[0]
H A Dssh_execution.py9 abs_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
11 full_path = abs_path.split("plugins")[0]
/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py14 abs_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
15 full_path = abs_path.split("ffdc")[0]
41 default=abs_path + "/ffdc_config.yaml",
/openbmc/openbmc-test-automation/lib/
H A Dgen_call_robot.py215 abs_path = 0
217 abs_path = 1
219 gp.dprint_vars(abs_path, robot_file_path)
221 if not abs_path:
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py362 abs_path = re.sub('\/\/+', '/', path)
365 abs_path)
373 subdirs = iter(self.dir(pnum, abs_path).splitlines())
378 self.remove_ext(pnum, "%s/%s" % (abs_path, dir), recursive)
382 abs_path.rstrip('/'))
395 "\nUnable to remove %s" % (str(line), abs_path))
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0015-gprofng-change-use-of-bignum-to-bigint.patch16 use Cwd qw (abs_path cwd);
/openbmc/linux/scripts/
H A Dget_feat.pl18 my $basename = abs_path($0);
101 printf ".. FILE %s\n", abs_path($file);
H A Dget_abi.pl643 my $abs_file = abs_path($file);
H A Dcheckpatch.pl19 my $D = dirname(abs_path($P));
163 open(my $script, '<', abs_path($P)) or
1152 my $root_path = abs_path($root);
/openbmc/linux/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()
/openbmc/linux/Documentation/dev-tools/
H A Dkselftest.rst285 make -C tools/testing/selftests {all,install,clean,gen_tar} O=abs_path
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl16 my $D = dirname(abs_path($P));
141 open(my $script, '<', abs_path($P)) or