Searched defs:bisect_dir (Results 1 – 3 of 3) sorted by relevance
/external/toolchain-utils/binary_search_tool/ |
D | bisect_driver.py | 232 def cache_file(execargs, bisect_dir, cache, abs_file_path): argument 274 def restore_file(bisect_dir, cache, abs_file_path): argument 293 def bisect_populate(execargs, bisect_dir, population_name): argument 333 def bisect_triage(execargs, bisect_dir): argument 391 def bisect_driver(bisect_stage, bisect_dir, execargs): argument
|
D | run_bisect_test.py | 16 def populate_good_files(top_dir, ce, bisect_dir=DEFAULT_BISECT_DIR): argument 45 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 | 23 bisect_dir = os.environ.get('BISECT_DIR', '/tmp/sysroot_bisect') variable
|