| /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) 190 target = os.path.normpath(os.readlink(file)) 215 root = os.path.normpath(root) 216 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/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))
|
| H A D | recipe_sanity.bbclass | 71 filespath = [os.path.normpath(f) for f in filespath if os.path.exists(f)]
|
| /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-devtools/python/python3/ |
| H A D | 0001-Update-test_sysconfig-for-posix_user-purelib.patch | 29 expected = os.path.normpath(global_path.replace(base, user, 1))
|
| H A D | create_manifest3.py | 161 pymodule = os.path.splitext(os.path.basename(os.path.normpath(filedep)))[0]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | ssh.py | 76 urldata.localfile = os.path.basename(os.path.normpath(path))
|
| H A D | gitsm.py | 92 newud.path = os.path.normpath(os.path.join(newud.path, uris[m]))
|
| /openbmc/openbmc/poky/meta/lib/bblayers/ |
| H A D | create.py | 40 layername = os.path.basename(os.path.normpath(args.layerdir))
|
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 176 fdest = os.path.normpath(os.sep.join([outputdir,fdest])) 210 fdest = os.path.normpath(os.sep.join([outputdir,fdest]))
|
| /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/meta/classes-recipe/ |
| H A D | ptest-cargo.bbclass | 20 project_manifest_path = os.path.normpath(manifest_path) 55 current_manifest_path = os.path.normpath(data['manifest_path'])
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 56 f = os.path.normpath(f)
|
| /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/lib/bbconfigbuild/ |
| H A D | configfragments.py | 49 … fragmentname = os.path.normpath("/".join((layername, fragmentdir, fragmentfile.split('.')[0])))
|
| /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)
|
| /openbmc/openbmc/poky/meta/recipes-core/glib-2.0/ |
| H A D | glib.inc | 246 thisdir = os.path.normpath(d.getVar("THISDIR")) 253 filename = os.path.normpath(os.path.join(path, "meson.cross.d", element))
|