Home
last modified time | relevance | path

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

/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/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 Dssh_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]
/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.py217 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 Dengine.py378 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 Dcheckpatch.pl16 my $D = dirname(abs_path($P));
141 open(my $script, '<', abs_path($P)) or