Home
last modified time | relevance | path

Searched defs:bisect_dir (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py219 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/
Dtesting_test.py23 bisect_dir = os.environ.get('BISECT_DIR', '/tmp/sysroot_bisect') variable