Lines Matching full:os
13 import os
65 os.path.abspath(args.directory),
85 for dirpath, _, filenames in os.walk(directory):
88 yield os.path.join(dirpath, filename)
100 dir, base = os.path.split(path)
101 return os.path.join(dir, '.' + base + '.cmd')
148 base, ext = os.path.splitext(ko)
181 # Use os.path.abspath() to normalize the path resolving '.' and '..' .
182 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
183 if not os.path.exists(abs_path):
209 if os.path.isdir(path):