Lines Matching refs:os
17 import os
18 import os.path
48 SCENE3_FILE = os.path.join(os.environ['CAMERA_ITS_TOP'], 'pymodules', 'its',
318 dump_path = os.path.join(topdir, 'CtsVerifier.txt')
388 cmd = ["python", os.path.join(os.environ["CAMERA_ITS_TOP"], "tools",
411 os.mkdir(os.path.join(topdir, id_combo_string))
413 os.mkdir(os.path.join(topdir, id_combo_string, d))
421 tests = [(s[:-3], os.path.join("tests", scene, s))
422 for s in os.listdir(os.path.join("tests", scene))
434 out_path = os.path.join(topdir, id_combo_string, scene+".jpg")
449 os.path.join(os.getcwd(), 'tools/load_scene.py'),
459 os.path.join(os.getcwd(),
500 outdir = os.path.join(topdir, id_combo_string, scene)
501 outpath = os.path.join(outdir, testname+'_stdout.txt')
502 errpath = os.path.join(outdir, testname+'_stderr.txt')
515 cmd = ['python', os.path.join(os.getcwd(), testpath)]
580 summary_path = os.path.join(topdir, id_combo_string, scene, "summary.txt")
613 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',
620 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',