Lines Matching refs:abspath
352 fn = os.path.abspath(fn)
358 f = os.path.abspath(f)
366 if os.path.abspath(event['file']) == fn:
376 … if newvalue == value and os.path.abspath(event['file']) == fn and event['op'].startswith(':'):
412 localpaths.append(os.path.abspath(pth))
430 bb_dir = os.path.abspath(os.path.dirname(d.getVar('FILE'))) + os.sep
434 …includes = [os.path.abspath(path) for path in d.getVar('BBINCLUDED').split() if os.path.exists(pat…
555 destdir = os.path.abspath(destdir)
620 destlayerdir = os.path.abspath(destlayerdir)
721 layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS').split()]
722 if not os.path.abspath(destlayerdir) in layerdirs:
908 if os.path.abspath(newfile) != os.path.abspath(filedest):
925 pth = os.path.abspath(fn)