Lines Matching refs:os
15 import os
16 import os.path
60 tests += [(d,s[:-3],os.path.join("tests", d, s))
61 for s in os.listdir(os.path.join("tests",d))
80 camera_ids_path = os.path.join(topdir, "camera_ids.txt")
83 os.path.join(os.getcwd(),"tools/get_camera_ids.py"), out_arg,
98 os.mkdir(os.path.join(topdir, camera_id))
100 os.mkdir(os.path.join(topdir, camera_id, d))
113 out_path = os.path.join(topdir, camera_id, scene+".jpg")
117 os.path.join(os.getcwd(),"tools/validate_scene.py"),
123 cmd = ['python', os.path.join(os.getcwd(),testpath)] + \
125 outdir = os.path.join(topdir,camera_id,scene)
126 outpath = os.path.join(outdir,testname+"_stdout.txt")
127 errpath = os.path.join(outdir,testname+"_stderr.txt")
175 summary_path = os.path.join(topdir, camera_id, "summary.txt")