Lines Matching refs:os
25 import os
52 cwd = os.getcwd()
54 os.chdir(cwd)
79 if not os.path.isfile(actual):
83 if not os.path.isfile(expect):
146 GetOutDir.cache = os.environ['ANDROID_HOST_OUT']
201 os.remove('stdout.txt')
202 os.remove('stderr.txt')
274 os.chdir(dir_name)
336 os.chdir(os.path.dirname(os.path.abspath(__file__)))
352 if os.path.isdir(arg):
359 file_names = os.listdir('.')
364 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):