Lines Matching refs:os
16 import os
73 os.path.abspath(args.directory),
92 exclude_dirs = [os.path.join(directory, d) for d in _EXCLUDE_DIRS]
94 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
102 yield os.path.join(dirpath, filename)
114 dir, base = os.path.split(path)
115 return os.path.join(dir, '.' + base + '.cmd')
148 base, ext = os.path.splitext(obj)
183 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
184 if not os.path.exists(abs_path):
209 if os.path.isdir(path):