Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/package/python3/
H A D0004-Adjust-library-header-paths-for-cross-compilation.patch49 -_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 Dcachedpath.py21 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 Dpath.py13 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 Dtypes.py153 value = os.path.normpath(value)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dchrpath.bbclass31 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 Dcopyleft_compliance.bbclass36 local = os.path.normpath(fetch.localpath(u.url))
H A Dbase.bbclass167 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 Drecipe_sanity.bbclass65 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 Dlibstdc++.so.6.0.28-gdb.py36 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 Dlibstdc++.so.6.0.28-gdb.py36 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 Dlibstdc++.so.6.0.28-gdb.py36 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 Dlibstdc++.so.6.0.28-gdb.py36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
/OK3568_Linux_fs/kernel/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))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/
H A Dglib-2.0_2.72.3.bb32 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 Daction.py170 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 Dssh.py77 os.path.basename(os.path.normpath(path)))
/OK3568_Linux_fs/yocto/poky/meta/lib/bblayers/
H A Dcreate.py37 layername = os.path.basename(os.path.normpath(args.layerdir))
/OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/
H A D__init__.py272 if os.path.normpath(bblayer) == os.path.normpath(layer_path):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dchecksum.py56 f = os.path.normpath(f)
H A Dmsg.py301 with open(os.path.normpath(userconfigfile), 'r') as f:
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0001-waflib-fix-compatibility-with-python-3.11.patch22 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 Dcreate_manifest3.py161 pymodule = os.path.splitext(os.path.basename(os.path.normpath(filedep)))[0]
/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py9 brpath = os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))

12