Lines Matching refs:os
23 import os
28 sys.path.append(os.path.join(os.path.dirname(__file__), 'buildman'))
47 os.remove(f)
56 if not os.path.exists(f):
67 ctime = os.path.getctime(output)
75 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
79 filepath = os.path.join(dirpath, filename)
80 if ctime < os.path.getctime(filepath):
83 for (dirpath, dirnames, filenames) in os.walk('.'):
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)):
124 os.environ['srctree'] = os.getcwd()
125 os.environ['UBOOTVERSION'] = 'dummy'
126 os.environ['KCONFIG_OBJDIR'] = ''
161 with os.fdopen(fd, 'w') as f:
188 defconfig = os.path.basename(defconfig)
236 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
240 all_defconfigs.append(os.path.join(dirpath, filename))
368 for (dirpath, dirnames, filenames) in os.walk('.'):
370 database.parse_file(os.path.join(dirpath, 'MAINTAINERS'))