Lines Matching refs:os
12 import os
31 if not os.path.isfile(actual):
35 if not os.path.isfile(expect):
67 os.chdir(dirname)
71 out_dir = os.environ['ANDROID_HOST_OUT']
175 os.remove('stdout.txt')
176 os.remove('stderr.txt')
181 os.chdir('..')
217 if os.path.isdir(arg):
224 tmp_files = os.listdir('.')
228 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):
233 if os.path.isdir(f):