Home
last modified time | relevance | path

Searched refs:cpath (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py320 cpath = oe.cachedpath.CachedPath()
514 if not (cpath.exists(origin) and cpath.isdir(origin) and not cpath.islink(origin)):
537 if not (cpath.exists(origin) and cpath.isdir(origin)):
554 cpath = oe.cachedpath.CachedPath()
576 if cpath.islink(parent):
585 if not cpath.islink(f):
586 if cpath.isdir(f):
643 cpath = oe.cachedpath.CachedPath()
665 if not cpath.isdir(localedir):
972 cpath = oe.cachedpath.CachedPath()
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py57 cpath = os.path.join(layer_path, wks_path)
58 if os.path.isdir(cpath):
59 canned_wks_layer_dirs.append(cpath)
61 cpath = os.path.join(path, CANNED_IMAGE_DIR)
62 canned_wks_layer_dirs.append(cpath)
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass84 global cpath
86 if elf or cpath.islink(path) or not cpath.isfile(path):
171 global cpath
172 …th("-ptest") and not name.startswith("nativesdk-") and path.endswith(".so") and cpath.islink(path):
183 global cpath
184 if name.endswith("-dev") and path.endswith(".so") and not cpath.islink(path) and elf:
482 global cpath
483 if cpath.islink(path):
774 global cpath
775 cpath = oe.cachedpath.CachedPath()
[all …]
H A Dpackage.bbclass478 global cpath
479 cpath = oe.cachedpath.CachedPath()
540 cpath = oe.cachedpath.CachedPath()
556 for walkroot, dirs, files in cpath.walk(pkgdest + "/" + pkg):
/openbmc/openbmc/meta-openembedded/meta-gnome/classes/
H A Dgnome-help.bbclass42 if not cpath.isdir(helpdir):
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c728 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument
734 if (!strstarts(cpath, ppath)) in nodename_from_path()
736 cpath, ppath); in nodename_from_path()
742 return xstrdup(cpath + plen); in nodename_from_path()
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Ddlopen-deps.inc61 if cpath.islink(f):