Searched defs:bisect_dir (Results 1 – 3 of 3) sorted by relevance
| /external/toolchain-utils/binary_search_tool/ |
| D | bisect_driver.py | 243 def cache_file(execargs, bisect_dir, cache, abs_file_path): argument 294 def restore_file(bisect_dir, cache, abs_file_path): argument 320 def bisect_populate(execargs, bisect_dir, population_name): argument 360 def bisect_triage(execargs, bisect_dir): argument 422 def bisect_driver(bisect_stage, bisect_dir, execargs): argument
|
| D | run_bisect_tests.py | 21 def populate_good_files(top_dir, ce, bisect_dir=DEFAULT_BISECT_DIR): argument 53 def populate_bad_files(top_dir, ce, bisect_dir=DEFAULT_BISECT_DIR): argument
|
| /external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
| D | testing_test.py | 29 bisect_dir = os.environ.get("BISECT_DIR", "/tmp/sysroot_bisect") variable
|