Home
last modified time | relevance | path

Searched refs:normpath (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py23 x = self.normpath(x)
29 def normpath(self, path): member in CachedPath
32 newpath = os.path.normpath(path)
52 path = self.normpath(path)
57 path = self.normpath(path)
186 target = os.path.normpath(os.readlink(file))
211 root = os.path.normpath(root)
212 file = os.path.normpath(file)
H A Dpath.py15 return os.path.normpath("/".join(paths))
221 target = os.path.normpath(os.readlink(file))
246 root = os.path.normpath(root)
247 file = os.path.normpath(file)
H A Dtypes.py155 value = os.path.normpath(value)
/openbmc/u-boot/Documentation/sphinx/
H A Dload_config.py21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
H A Dkernel_include.py92 path = os.path.normpath(os.path.join(source_dir, path))
/openbmc/linux/Documentation/sphinx/
H A Dload_config.py21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
H A Dkernel_include.py95 path = os.path.normpath(os.path.join(source_dir, path))
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass37 rpath = os.path.normpath(rpath)
91 rootdir = os.path.normpath(rootdir)
93 tmpdir = os.path.normpath(d.getVar('TMPDIR', False))
94 baseprefix = os.path.normpath(d.expand('${base_prefix}'))
108 fpath = os.path.normpath(fpath)
H A Dcopyleft_compliance.bbclass42 local = os.path.normpath(fetch.localpath(u.url))
/openbmc/openbmc-test-automation/lib/
H A Dgen_plug_in.py70 os.path.normpath(plug_in_base_dir_path + plug_in_name) + os.sep
93 os.path.normpath(plug_in_dir_path) + os.sep
H A Dopenbmc_ffdc.py174 FFDC_LOG_PATH = os.path.normpath(FFDC_LOG_PATH) + os.sep
183 ffdc_dir_path = os.path.normpath(ffdc_dir_path) + os.sep
H A Dgen_misc.py57 return os.path.normpath(dir_path) + os.path.sep
383 PATH_LIST = [os.path.normpath(path) + os.sep for path in PATH_LIST]
H A Dobmc_boot_test.py66 os.path.normpath(os.environ.get("AUTOBOOT_BASE_TOOL_DIR_PATH", "/tmp"))
70 ffdc_dir_path = os.path.normpath(os.environ.get("FFDC_DIR_PATH", "")) + os.sep
77 status_dir_path = os.path.normpath(status_dir_path) + os.sep
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/
H A Dglib-2.0_2.78.4.bb35 thisdir = os.path.normpath(d.getVar("THISDIR"))
42 filename = os.path.normpath(os.path.join(path, "meson.cross.d", element))
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Update-test_sysconfig-for-posix_user-purelib.patch30 expected = os.path.normpath(global_path.replace(base, user, 1))
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dssh.py77 os.path.basename(os.path.normpath(path)))
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py174 fdest = os.path.normpath(os.sep.join([outputdir,fdest]))
208 fdest = os.path.normpath(os.sep.join([outputdir,fdest]))
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dptest-cargo.bbclass19 project_manifest_path = os.path.normpath(manifest_path)
54 current_manifest_path = os.path.normpath(data['manifest_path'])
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dcreate.py40 layername = os.path.basename(os.path.normpath(args.layerdir))
/openbmc/openbmc-test-automation/bin/
H A Dprocess_plug_in_packages.py167 plug_in_name = os.path.basename(os.path.normpath(plug_in_dir_path))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py56 f = os.path.normpath(f)
/openbmc/qemu/tests/avocado/
H A Dppc_hv_tests.py81 return os.path.normpath(os.path.join(self.workdir, filename))
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py272 if os.path.normpath(bblayer) == os.path.normpath(layer_path):
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass158 do_unpack[cleandirs] = "${@d.getVar('S') if os.path.normpath(d.getVar('S')) != os.path.normpath(d.g…
418 if os.path.normpath(d.getVar("WORKDIR")) != os.path.normpath(d.getVar("S")):
420 if os.path.normpath(d.getVar("WORKDIR")) != os.path.normpath(d.getVar("B")):
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py724 src_path = os.path.normpath(os.path.join(path_, raw_event.name))
735 dst_path = os.path.normpath(os.path.join(path_, raw_event.name))
794 os.path.normpath(os.path.join(watch_.path,
1787 return os.path.normpath(path)
1919 root = os.path.normpath(root)

12