/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_pinning.c | 127 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 D | convert-spdx-licenses.py | 102 fh, abs_path = tempfile.mkstemp() 119 shutil.copymode(fn, abs_path) 121 shutil.move(abs_path, fn)
|
H A D | convert-variable-renames.py | 65 fh, abs_path = tempfile.mkstemp() 90 shutil.copymode(fn, abs_path) 92 shutil.move(abs_path, fn)
|
H A D | convert-srcuri.py | 30 fh, abs_path = tempfile.mkstemp() 51 shutil.copymode(fn, abs_path) 53 shutil.move(abs_path, fn)
|
H A D | convert-overrides.py | 106 fh, abs_path = tempfile.mkstemp() 130 shutil.copymode(fn, abs_path) 132 shutil.move(abs_path, fn)
|
/openbmc/linux/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 176 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 D | telnet_execution.py | 9 abs_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable 11 full_path = abs_path.split("plugins")[0]
|
H A D | scp_execution.py | 9 abs_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable 11 full_path = abs_path.split("plugins")[0]
|
H A D | ssh_execution.py | 9 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 D | collect_ffdc.py | 14 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 D | gen_call_robot.py | 217 abs_path = 0 219 abs_path = 1 221 gp.dprint_vars(abs_path, robot_file_path) 223 if not abs_path:
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 362 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 D | 0015-gprofng-change-use-of-bignum-to-bigint.patch | 16 use Cwd qw (abs_path cwd);
|
/openbmc/linux/scripts/ |
H A D | get_feat.pl | 18 my $basename = abs_path($0); 101 printf ".. FILE %s\n", abs_path($file);
|
H A D | get_abi.pl | 643 my $abs_file = abs_path($file);
|
H A D | checkpatch.pl | 19 my $D = dirname(abs_path($P)); 163 open(my $script, '<', abs_path($P)) or 1152 my $root_path = abs_path($root);
|
/openbmc/linux/lib/ |
H A D | build_OID_registry | 21 my $abs_srctree = abs_path($ENV{'srctree'});
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 2334 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local 2348 memset(abs_path, 0, sizeof(abs_path)); in switch_data_file() 2373 abs_path[nr_options] = strdup(path); in switch_data_file() 2374 if (!abs_path[nr_options]) { in switch_data_file() 2397 tmp = strdup(abs_path[choice]); in switch_data_file() 2410 free_popup_options(abs_path, nr_options); in switch_data_file()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 297 make -C tools/testing/selftests {all,install,clean,gen_tar} O=abs_path
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 16 my $D = dirname(abs_path($P)); 141 open(my $script, '<', abs_path($P)) or
|