Home
last modified time | relevance | path

Searched refs:bisect_dir (Results 1 – 6 of 6) sorted by relevance

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py219 def cache_file(execargs, bisect_dir, cache, abs_file_path): argument
222 bisect_path = os.path.join(bisect_dir, cache) + abs_file_path
225 pop_log = os.path.join(bisect_dir, cache, '_POPULATE_LOG')
236 def restore_file(bisect_dir, cache, abs_file_path): argument
239 cached_path = os.path.join(bisect_dir, cache) + abs_file_path
249 def bisect_populate(execargs, bisect_dir, population_name): argument
271 cache_file(execargs, bisect_dir, population_name, full_obj_path)
273 population_dir = os.path.join(bisect_dir, population_name)
278 cache_file(execargs, bisect_dir, population_name, side_effect)
281 def bisect_triage(execargs, bisect_dir): argument
[all …]
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dsetup.sh21 bisect_dir=${BISECT_DIR:-/tmp/sysroot_bisect}
27 GOOD_BUILD=${bisect_dir}/good
28 BAD_BUILD=${bisect_dir}/bad
65 bisect_dir=${bisect_dir}
Dtesting_test.py23 bisect_dir = os.environ.get('BISECT_DIR', '/tmp/sysroot_bisect') variable
29 cmd = ['grep', test_file, os.path.join(bisect_dir, 'BAD_SET')]
Dget_initial_items.sh5 cat ${bisect_dir}/good/_LIST
Dtest_script.sh16 wc -l ${bisect_dir}/*_SET
Dglibc_test_script.sh16 wc -l ${bisect_dir}/*_SET