Lines Matching refs:path
28 sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman'))
56 if not os.path.exists(f):
67 ctime = os.path.getctime(output)
79 filepath = os.path.join(dirpath, filename)
80 if ctime < os.path.getctime(filepath):
89 filepath = os.path.join(dirpath, filename)
90 if ctime < os.path.getctime(filepath):
100 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)):
188 defconfig = os.path.basename(defconfig)
240 all_defconfigs.append(os.path.join(dirpath, filename))
370 database.parse_file(os.path.join(dirpath, 'MAINTAINERS'))