Searched refs:rsp_path (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/utils/ |
H A D | rsp_bisect.py | 108 def test_modified_rsp(test, modified_rsp_entries, rsp_path): argument 110 with open(rsp_path, "w") as f: 115 def bisect(test, zero_result, rsp_entries, num_files_in_rsp, other_rel_path, rsp_path): argument 132 test, modify_rsp(rsp_entries, other_rel_path, mid), rsp_path
|
/llvm-project/llvm/utils/rsp_bisect_test/ |
H A D | test_script_inv.py | 13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp") variable 15 with open(rsp_path) as f:
|
H A D | test_script.py | 13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp") variable 15 with open(rsp_path) as f:
|