| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 91 def islink(self, path): member in CachedPath 144 if followlinks or not self.islink(new_path): 179 while self.islink(file) and len(file) >= len(root):
|
| H A D | path.py | 32 if not os.path.islink(path): 67 if not os.path.islink(path): 210 while os.path.islink(file) and len(file) >= len(root):
|
| H A D | package.py | 97 if path.endswith('.a') and not os.path.islink(path): 149 if os.path.islink(file):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 129 if not os.path.islink(f): 136 if not os.path.islink(pth):
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sysroot-relativelinks.py | 33 if os.path.islink(filep):
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | license_image.bbclass | 173 if not os.path.islink(p): 217 if os.path.islink(lic_manifest_symlink_dir): 264 if ((not (os.path.islink(f) or os.path.isdir(f))) and 286 if os.path.islink(full_path) and not os.path.exists(full_path):
|
| H A D | uninative.bbclass | 79 if os.path.islink(tarballpath): 157 if os.path.islink(f):
|
| H A D | compress_doc.bbclass | 173 if os.path.islink(file): 204 if os.path.islink(file):
|
| H A D | insane.bbclass | 80 if os.path.islink(path) or stat.S_ISFIFO(os.stat(path).st_mode) or elf: 123 if os.path.islink(file): 151 if os.path.islink(file): 176 …("-ptest") and not name.startswith("nativesdk-") and path.endswith(".so") and os.path.islink(path): 187 if name.endswith("-dev") and path.endswith(".so") and not os.path.islink(path) and elf: 345 if os.path.islink(path): 388 if os.path.islink(path): 414 if os.path.islink(path): 498 if os.path.islink(path): 865 if os.path.exists(pkg_dir + f) and not os.path.islink(pkg_dir + f):
|
| H A D | chrpath.bbclass | 103 if os.path.islink(fpath):
|
| H A D | staging.bbclass | 146 if os.path.islink(c): 149 if not os.path.islink(dest): 417 if os.path.islink(f) and not os.path.exists(f):
|
| H A D | package.bbclass | 280 if cpath.islink(parent): 289 if not cpath.islink(f): 317 if os.path.islink(f): 980 if mode and not os.path.islink(path): 1079 if not (cpath.exists(origin) and cpath.isdir(origin) and not cpath.islink(origin)): 1227 if cpath.islink(file): 1467 if (not cpath.islink(file)) and (not cpath.exists(file)): 1495 if cpath.isdir(file) and not cpath.islink(file): 1501 if not cpath.islink(file): 2038 if cpath.islink(file):
|
| H A D | sanity.bbclass | 321 if os.path.islink(lnk) and not os.path.exists(lnk): 710 if os.path.exists('/lib64') and ( os.path.islink('/lib64') or os.path.islink('/lib') ): 934 if os.path.islink('/bin/sh'):
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | size-stats | 59 if os.path.islink(abspath): 104 if os.path.islink(fpath):
|
| H A D | pycompile.py | 28 if os.path.islink(host_path) or not os.path.isfile(host_path):
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | convert-spdx-licenses.py | 139 if os.path.islink(fn):
|
| H A D | convert-variable-renames.py | 110 if os.path.islink(fn):
|
| H A D | convert-srcuri.py | 71 if os.path.islink(fn):
|
| H A D | convert-overrides.py | 149 if os.path.islink(fn):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 42 if os.path.islink(sshloglink): 162 if os.path.islink(qemuloglink):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | git.py | 367 if os.path.isdir(objects) and not os.path.islink(objects): 455 if os.path.islink(ud.fullshallow): 469 if os.path.islink(ud.fullmirror): 624 if os.path.islink(ud.localpath):
|
| H A D | hg.py | 227 if os.path.islink(ud.fullmirror):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | sshcontrol.py | 153 if os.path.islink(localpath):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 120 if os.path.islink(localSrc):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | bbtests.py | 137 …self.assertTrue(os.path.islink(manifest), msg="No manifest file created for image. It should have …
|