Home
last modified time | relevance | path

Searched refs:islink (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcachedpath.py91 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 Dpath.py32 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 Dpackage.py97 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 Dchecksum.py129 if not os.path.islink(f):
136 if not os.path.islink(pth):
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsysroot-relativelinks.py33 if os.path.islink(filep):
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlicense_image.bbclass173 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 Duninative.bbclass79 if os.path.islink(tarballpath):
157 if os.path.islink(f):
H A Dcompress_doc.bbclass173 if os.path.islink(file):
204 if os.path.islink(file):
H A Dinsane.bbclass80 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 Dchrpath.bbclass103 if os.path.islink(fpath):
H A Dstaging.bbclass146 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 Dpackage.bbclass280 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 Dsanity.bbclass321 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 Dsize-stats59 if os.path.islink(abspath):
104 if os.path.islink(fpath):
H A Dpycompile.py28 if os.path.islink(host_path) or not os.path.isfile(host_path):
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py139 if os.path.islink(fn):
H A Dconvert-variable-renames.py110 if os.path.islink(fn):
H A Dconvert-srcuri.py71 if os.path.islink(fn):
H A Dconvert-overrides.py149 if os.path.islink(fn):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py42 if os.path.islink(sshloglink):
162 if os.path.islink(qemuloglink):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py367 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 Dhg.py227 if os.path.islink(ud.fullmirror):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py153 if os.path.islink(localpath):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py120 if os.path.islink(localSrc):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbbtests.py137 …self.assertTrue(os.path.islink(manifest), msg="No manifest file created for image. It should have …

12