Home | History | Annotate | Download | only in tools

Lines Matching refs:join

149         camera_ids_path = os.path.join(topdir, "camera_ids.txt")
152 os.path.join(os.getcwd(),"tools/get_camera_ids.py"), out_arg,
165 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',
175 os.mkdir(os.path.join(topdir, camera_id))
177 os.mkdir(os.path.join(topdir, camera_id, d))
180 tests = [(s[:-3],os.path.join("tests", scene, s))
181 for s in os.listdir(os.path.join("tests",scene))
191 out_path = os.path.join(topdir, camera_id, scene+".jpg")
196 os.path.join(os.getcwd(), 'tools/load_scene.py'),
202 os.path.join(os.getcwd(),"tools/validate_scene.py"),
221 cmd = ['python', os.path.join(os.getcwd(),testpath)] + \
223 outdir = os.path.join(topdir,camera_id,scene)
224 outpath = os.path.join(outdir,testname+"_stdout.txt")
225 errpath = os.path.join(outdir,testname+"_stderr.txt")
271 summary_path = os.path.join(topdir, camera_id, scene, "summary.txt")
286 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',