Lines Matching full:os
24 import os
33 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "intel_pstate_tracer"))
68 if os.path.exists(file_name):
85 if os.path.exists(file_name):
100 if os.path.exists(file_name):
178 if os.path.exists('cpu.csv'):
179 os.remove('cpu.csv')
277 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
278 file_name = os.path.join(location, arg)
302 if not os.path.exists('results'):
303 os.mkdir('results')
306 os.chdir('results')
307 if os.path.exists(test_name):
310 os.mkdir(test_name)
312 os.chdir(test_name)
349 for root, dirs, files in os.walk('.'):
353 os.chdir('../../')