Lines Matching refs:os
12 import os
33 if not os.path.isfile(actual):
37 if not os.path.isfile(expect):
62 os.chdir(dirname)
141 os.remove('stdout.txt')
142 os.remove('stderr.txt')
147 os.chdir('..')
179 if os.path.isdir(arg):
186 tmp_files = os.listdir('.')
190 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):
194 if os.path.isdir(f):