Lines Matching refs:os
17 import os
18 import os.path
41 SCENE3_FILE = os.path.join(os.environ["CAMERA_ITS_TOP"], "pymodules", "its",
276 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',
287 os.mkdir(os.path.join(topdir, camera_id))
289 os.mkdir(os.path.join(topdir, camera_id, d))
293 tests = [(s[:-3], os.path.join("tests", scene, s))
294 for s in os.listdir(os.path.join("tests", scene))
305 out_path = os.path.join(topdir, camera_id, scene+".jpg")
320 os.path.join(os.getcwd(), 'tools/load_scene.py'),
330 os.path.join(os.getcwd(),
365 outdir = os.path.join(topdir, camera_id, scene)
366 outpath = os.path.join(outdir, testname+'_stdout.txt')
367 errpath = os.path.join(outdir, testname+'_stderr.txt')
380 cmd = ['python', os.path.join(os.getcwd(), testpath)]
438 summary_path = os.path.join(topdir, camera_id, scene, "summary.txt")
463 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',
470 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',