Home
last modified time | relevance | path

Searched refs:rsp_path (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/utils/
H A Drsp_bisect.py108 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 Dtest_script_inv.py13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp") variable
15 with open(rsp_path) as f:
H A Dtest_script.py13 rsp_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "rsp") variable
15 with open(rsp_path) as f: