Searched refs:abs_path (Results 1 – 11 of 11) sorted by relevance
| /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/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 | ssh_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]
|
| /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 | 378 abs_path = re.sub(r'\/\/+', '/', path) 381 abs_path) 389 subdirs = iter(self.dir(pnum, abs_path).splitlines()) 394 self.remove_ext(pnum, "%s/%s" % (abs_path, dir), recursive) 398 abs_path.rstrip('/')) 411 "\nUnable to remove %s" % (str(line), 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
|