Lines Matching refs:path
34 filedir, _ = os.path.split(testsuit_path)
41 result_path = os.path.join(result_rootpath, "result", subpath)
43 result_path = os.path.join(result_rootpath, "result")
45 result_path = os.path.join(result_rootpath, "result")
47 if not os.path.exists(result_path):
69 prefix_path = os.path.abspath(os.path.dirname(prefix_path))
70 current_dir = os.path.join(prefix_path, product_form_name,
72 if not os.path.exists(current_dir):
87 if not os.path.exists(savepath):