Lines Matching full:os
9 import os
86 os.environ[key] = value
99 output_dir = os.path.dirname(dot_config)
100 cmake_file = os.path.join(output_dir, 'project_config.cmake')
101 header_file = os.path.join(output_dir, 'project_config.h')
248 dot_config = os.path.abspath(os.path.join(args.output_path, '.config'))
260 if not os.path.exists(args.output_path):
261 os.mkdir(args.output_path)
263 if os.path.exists(dot_config):
267 mtime_prv = os.stat(dot_config).st_mtime
279 os.chdir(args.output_path)
289 if not os.path.exists(dot_config):
296 if os.stat(dot_config).st_mtime != mtime_prv: