| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0004-Adjust-library-header-paths-for-cross-compilation.patch | 49 -_PREFIX = os.path.normpath(sys.prefix) 50 -_BASE_PREFIX = os.path.normpath(sys.base_prefix) 51 -_EXEC_PREFIX = os.path.normpath(sys.exec_prefix) 52 -_BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix) 55 + _PREFIX = os.path.normpath(_sysroot + os.environ.get('_python_prefix')) 56 + _EXEC_PREFIX = os.path.normpath(_sysroot + os.environ.get('_python_exec_prefix')) 60 + _PREFIX = os.path.normpath(sys.prefix) 61 + _EXEC_PREFIX = os.path.normpath(sys.exec_prefix) 62 + _BASE_PREFIX = os.path.normpath(sys.base_prefix) 63 + _BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 21 x = self.normpath(x) 27 def normpath(self, path): member in CachedPath 30 newpath = os.path.normpath(path) 50 path = self.normpath(path) 55 path = self.normpath(path) 184 target = os.path.normpath(os.readlink(file)) 209 root = os.path.normpath(root) 210 file = os.path.normpath(file)
|
| H A D | path.py | 13 return os.path.normpath("/".join(paths)) 215 target = os.path.normpath(os.readlink(file)) 240 root = os.path.normpath(root) 241 file = os.path.normpath(file)
|
| H A D | types.py | 153 value = os.path.normpath(value)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | chrpath.bbclass | 31 rpath = os.path.normpath(rpath) 85 rootdir = os.path.normpath(rootdir) 87 tmpdir = os.path.normpath(d.getVar('TMPDIR', False)) 88 baseprefix = os.path.normpath(d.expand('${base_prefix}')) 102 fpath = os.path.normpath(fpath)
|
| H A D | copyleft_compliance.bbclass | 36 local = os.path.normpath(fetch.localpath(u.url))
|
| H A D | base.bbclass | 167 do_unpack[cleandirs] = "${@d.getVar('S') if os.path.normpath(d.getVar('S')) != os.path.normpath(d.g… 434 if os.path.normpath(d.getVar("WORKDIR")) != os.path.normpath(d.getVar("S")): 436 if os.path.normpath(d.getVar("WORKDIR")) != os.path.normpath(d.getVar("B")):
|
| H A D | recipe_sanity.bbclass | 65 filespath = [os.path.normpath(f) for f in filespath if os.path.exists(f)]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/lib/ |
| H A D | libstdc++.so.6.0.28-gdb.py | 36 pythondir = os.path.normpath (pythondir) 37 libdir = os.path.normpath (libdir)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/lib/ |
| H A D | libstdc++.so.6.0.28-gdb.py | 36 pythondir = os.path.normpath (pythondir) 37 libdir = os.path.normpath (libdir)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/lib64/ |
| H A D | libstdc++.so.6.0.28-gdb.py | 36 pythondir = os.path.normpath (pythondir) 37 libdir = os.path.normpath (libdir)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/lib64/ |
| H A D | libstdc++.so.6.0.28-gdb.py | 36 pythondir = os.path.normpath (pythondir) 37 libdir = os.path.normpath (libdir)
|
| /OK3568_Linux_fs/kernel/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))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/ |
| H A D | glib-2.0_2.72.3.bb | 32 thisdir = os.path.normpath(d.getVar("THISDIR")) 39 filename = os.path.normpath(os.path.join(path, "meson.cross.d", element))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 170 fdest = os.path.normpath(os.sep.join([outputdir,fdest])) 204 fdest = os.path.normpath(os.sep.join([outputdir,fdest]))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | ssh.py | 77 os.path.basename(os.path.normpath(path)))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/bblayers/ |
| H A D | create.py | 37 layername = os.path.basename(os.path.normpath(args.layerdir))
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 272 if os.path.normpath(bblayer) == os.path.normpath(layer_path):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 56 f = os.path.normpath(f)
|
| H A D | msg.py | 301 with open(os.path.normpath(userconfigfile), 'r') as f:
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
| H A D | 0001-waflib-fix-compatibility-with-python-3.11.patch | 22 set_main_module(os.path.normpath(os.path.join(Context.run_dir,Context.WSCRIPT_FILE)))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | create_manifest3.py | 161 pymodule = os.path.splitext(os.path.basename(os.path.normpath(filedep)))[0]
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | getdeveloperlib.py | 9 brpath = os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))
|