Lines Matching refs:cpath
258 cpath = oe.cachedpath.CachedPath()
280 if cpath.islink(parent):
289 if not cpath.islink(f):
290 if cpath.isdir(f):
602 if not cpath.exists(basepath):
605 cpath.updatecache(basepath)
822 if not cpath.isdir(localedir):
1079 if not (cpath.exists(origin) and cpath.isdir(origin) and not cpath.islink(origin)):
1102 if not (cpath.exists(origin) and cpath.isdir(origin)):
1192 for root, dirs, files in cpath.walk(dvar):
1210 ltarget = cpath.realpath(file, dvar, False)
1211 s = cpath.lstat(ltarget)
1227 if cpath.islink(file):
1282 cpath.updatecache(file)
1441 for root, dirs, files in cpath.walk(dvar):
1467 if (not cpath.islink(file)) and (not cpath.exists(file)):
1476 fstat = cpath.stat(src)
1482 cpath.updatecache(dest)
1485 if cpath.exists(dest + '/' + paths):
1492 if not cpath.exists(os.path.join(dest, p)):
1495 if cpath.isdir(file) and not cpath.islink(file):
1501 if not cpath.islink(file):
1532 for root, dirs, files in cpath.walk(dvar):
1568 rtarget = cpath.realpath(path, inst_root, True, assume_dir = True)
1569 if not cpath.lexists(rtarget):
2038 if cpath.islink(file):
2440 global cpath
2441 cpath = oe.cachedpath.CachedPath()
2490 cpath = oe.cachedpath.CachedPath()
2506 for walkroot, dirs, files in cpath.walk(pkgdest + "/" + pkg):