Home
last modified time | relevance | path

Searched refs:lexists (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py99 if not os.path.lexists(pseudo_dir):
102 if not os.path.lexists(pseudo_dir):
115 if os.path.lexists(new_rootfs):
131 if os.path.lexists(new_pseudo):
172 if os.path.lexists(include_pseudo):
203 if not os.path.lexists(full_path):
H A Disoimage-isohybrid.py180 elif os.path.lexists("%s/init" % rootfs_dir):
186 elif os.path.lexists("%s/sbin/init" % rootfs_dir):
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dlibgcc-common.inc102 if os.path.lexists(dest):
138 if os.path.lexists(dest):
166 if not os.path.lexists(dest) and os.path.lexists(d.getVar('D') + d.getVar('libdir')):
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dupdate-alternatives.bbclass185 if os.path.lexists(dest):
187 elif os.path.lexists(src):
207 if os.path.lexists(link_target):
214 if os.path.lexists(os.path.join(os.path.dirname(src), link_maybe)):
259 if not os.path.lexists('%s/%s' % (pkgdest, alt_target)):
325 if not os.path.lexists('%s/%s/%s' % (pkgdest, pkg, alt_target)):
H A Dbaremetal-image.bbclass80 if os.path.lexists(manifest_link):
H A Dqemuboot.bbclass185 if os.path.lexists(qemuboot_link):
H A Drootfs-postcommands.bbclass387 if os.path.lexists(manifest_link):
460 if os.path.lexists(testdata_link):
H A Dsystemd.bbclass100 if os.path.lexists(oe.path.join(d.getVar("D"), path, service)):
/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/
H A Darm-systemready-acs.bbclass39 if os.path.lexists(linkfile):
115 if os.path.lexists(loglink):
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py52 if os.path.lexists(sshloglink):
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dfvpboot.bbclass82 if os.path.lexists(conffile_link):
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py123 if os.path.lexists(linkfile):
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py108 def lexists(self, path): member in CachedPath
H A Dpackage.py1499 if not cpath.lexists(rtarget):
/openbmc/openbmc/poky/meta/classes-global/
H A Dstaging.bbclass155 if os.path.lexists(dest):
517 if os.path.lexists(depdir + "/" + c + ".complete"):
519 elif os.path.lexists(depdir + "/" + c):
H A Dinsane.bbclass1046 if not cpath.lexists(path):
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py416 if os.path.lexists(output_link):
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1286 if pid_file and os.path.lexists(pid_file):