Searched refs:cpath (Results 1 – 7 of 7) sorted by relevance
320 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 …]
57 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)
84 global cpath86 if elf or cpath.islink(path) or not cpath.isfile(path):171 global cpath172 …th("-ptest") and not name.startswith("nativesdk-") and path.endswith(".so") and cpath.islink(path):183 global cpath184 if name.endswith("-dev") and path.endswith(".so") and not cpath.islink(path) and elf:482 global cpath483 if cpath.islink(path):774 global cpath775 cpath = oe.cachedpath.CachedPath()[all …]
478 global cpath479 cpath = oe.cachedpath.CachedPath()540 cpath = oe.cachedpath.CachedPath()556 for walkroot, dirs, files in cpath.walk(pkgdest + "/" + pkg):
42 if not cpath.isdir(helpdir):
728 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path() argument734 if (!strstarts(cpath, ppath)) in nodename_from_path()736 cpath, ppath); in nodename_from_path()742 return xstrdup(cpath + plen); in nodename_from_path()
61 if cpath.islink(f):