/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cachedpath.py | 23 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 D | path.py | 15 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 D | types.py | 155 value = os.path.normpath(value)
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | load_config.py | 21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
|
H A D | kernel_include.py | 92 path = os.path.normpath(os.path.join(source_dir, path))
|
/openbmc/linux/Documentation/sphinx/ |
H A D | load_config.py | 21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
|
H A D | kernel_include.py | 95 path = os.path.normpath(os.path.join(source_dir, path))
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | chrpath.bbclass | 37 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 D | copyleft_compliance.bbclass | 42 local = os.path.normpath(fetch.localpath(u.url))
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_plug_in.py | 70 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 D | openbmc_ffdc.py | 174 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 D | gen_misc.py | 57 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 D | obmc_boot_test.py | 66 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 D | glib-2.0_2.78.4.bb | 35 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 D | 0001-Update-test_sysconfig-for-posix_user-purelib.patch | 30 expected = os.path.normpath(global_path.replace(base, user, 1))
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | ssh.py | 77 os.path.basename(os.path.normpath(path)))
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | action.py | 174 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 D | ptest-cargo.bbclass | 19 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 D | create.py | 40 layername = os.path.basename(os.path.normpath(args.layerdir))
|
/openbmc/openbmc-test-automation/bin/ |
H A D | process_plug_in_packages.py | 167 plug_in_name = os.path.basename(os.path.normpath(plug_in_dir_path))
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | checksum.py | 56 f = os.path.normpath(f)
|
/openbmc/qemu/tests/avocado/ |
H A D | ppc_hv_tests.py | 81 return os.path.normpath(os.path.join(self.workdir, filename))
|
/openbmc/openbmc/poky/scripts/lib/checklayer/ |
H A D | __init__.py | 272 if os.path.normpath(bblayer) == os.path.normpath(layer_path):
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | base.bbclass | 158 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 D | pyinotify.py | 724 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)
|