Lines Matching full:os
13 import os
64 os.path.abspath(args.directory),
84 for dirpath, _, filenames in os.walk(directory):
87 yield os.path.join(dirpath, filename)
99 dir, base = os.path.split(path)
100 return os.path.join(dir, '.' + base + '.cmd')
147 base, ext = os.path.splitext(ko)
180 # Use os.path.abspath() to normalize the path resolving '.' and '..' .
181 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
182 if not os.path.exists(abs_path):
208 if os.path.isdir(path):