Searched defs:bisect_dir (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/binary_search_tool/ |
D | bisect_driver.py | 219 def cache_file(execargs, bisect_dir, cache, abs_file_path): argument 236 def restore_file(bisect_dir, cache, abs_file_path): argument 249 def bisect_populate(execargs, bisect_dir, population_name): argument 281 def bisect_triage(execargs, bisect_dir): argument 325 def bisect_driver(bisect_stage, bisect_dir, execargs): 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
|