Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/bin/
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
252 def bisect_populate(execargs, bisect_dir, population_name): argument
284 def bisect_triage(execargs, bisect_dir): argument
328 def bisect_driver(bisect_stage, bisect_dir, execargs): argument
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A Dbisect_driver.py243 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
H A Drun_bisect_tests.py21 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/bin/
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
252 def bisect_populate(execargs, bisect_dir, population_name): argument
284 def bisect_triage(execargs, bisect_dir): argument
328 def bisect_driver(bisect_stage, bisect_dir, execargs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/
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
252 def bisect_populate(execargs, bisect_dir, population_name): argument
284 def bisect_triage(execargs, bisect_dir): argument
328 def bisect_driver(bisect_stage, bisect_dir, execargs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/bin/
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
252 def bisect_populate(execargs, bisect_dir, population_name): argument
284 def bisect_triage(execargs, bisect_dir): argument
328 def bisect_driver(bisect_stage, bisect_dir, execargs): argument
/aosp_15_r20/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
H A Dtesting_test.py29 bisect_dir = os.environ.get("BISECT_DIR", "/tmp/sysroot_bisect") variable