Lines Matching refs:os
13 import os
67 os.path.abspath(args.directory),
86 exclude_dirs = [ os.path.join(directory, d) for d in _EXCLUDE_DIRS ]
88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
96 yield os.path.join(dirpath, filename)
108 dir, base = os.path.split(path)
109 return os.path.join(dir, '.' + base + '.cmd')
156 base, ext = os.path.splitext(ko)
190 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
191 if not os.path.exists(abs_path):
217 if os.path.isdir(path):