Home
last modified time | relevance | path

Searched refs:get_path (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dnf/dnf/
H A D0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('pure…
22 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('pure…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/createrepo-c/createrepo-c/
H A D0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
22 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/librepo/librepo/
H A D0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch23 -from sysconfig import get_path
24 -path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
29 +#from sysconfig import get_path
30 +#path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libcomps/libcomps/
H A D0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch20 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
21 …XECUTABLE} -c "from sys import stdout; from sysconfig import get_path; stdout.write(get_path('plat…
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dops.h54 char *(*get_path)(const void *phandle, char *buf, int len); member
209 static inline char *get_path(const void *phandle, char *buf, int len) in get_path() function
211 if (dt_ops.get_path) in get_path()
212 return dt_ops.get_path(phandle, buf, len); in get_path()
H A Dplanetcore.c119 path = get_path(node, prop_buf, MAX_PROP_LEN); in planetcore_set_stdout_path()
H A Dlibfdt-wrapper.c169 dt_ops.get_path = fdt_wrapper_get_path; in fdt_init()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libdnf/libdnf/
H A D0001-drop-FindPythonInstDir.cmake.patch35 -from sysconfig import get_path
36 -path=get_path(name='platlib', vars={'platbase':'${CMAKE_INSTALL_PREFIX}'})
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dpython-config.patch49 - flags = ['-I' + sysconfig.get_path('include'),
50 - '-I' + sysconfig.get_path('platinclude')]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A D0001-automake-Update-for-python.m4-to-respect-libdir.patch38 - sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
63 - sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-pkgdata-browser155 path = self.recipe_store.get_path(it)
162 path = self.package_store.get_path(it)
187 path = self.package_store.get_path(self.package_iters[package])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/
H A D0001-Make-python-path-configurable.patch26 -pythondir = join_paths(prefix, python3.get_path('purelib'))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0001-Move-sysusers.d-sysctl.d-binfmt.d-modules-load.d-to-.patch47 @@ -362,19 +362,19 @@ static int get_path(uint64_t type, char **buffer, const char **ret) {
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py1906 root = self.get_path(d)
1967 apath = self.get_path(awd)
2031 def get_path(self, wd): member in WatchManager
2101 log.debug('Watch WD=%d (%s) removed', awd, self.get_path(awd))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dline-map.h1728 const diagnostic_path *get_path () const { return m_path; } in get_path() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dline-map.h1728 const diagnostic_path *get_path () const { return m_path; } in get_path() function
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch2143 const diagnostic_path *get_path () const { return m_path; }