Home
last modified time | relevance | path

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

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py232 def cache_file(execargs, bisect_dir, cache, abs_file_path): argument
244 bisect_path = os.path.join(bisect_dir, cache) + abs_file_path
247 pop_log = os.path.join(bisect_dir, cache, '_POPULATE_LOG')
254 population_dir = os.path.join(bisect_dir, cache)
274 def restore_file(bisect_dir, cache, abs_file_path): argument
283 cached_path = os.path.join(bisect_dir, cache) + abs_file_path
293 def bisect_populate(execargs, bisect_dir, population_name): argument
320 if not cache_file(execargs, bisect_dir, population_name, full_obj_path):
323 population_dir = os.path.join(bisect_dir, population_name)
328 _ = cache_file(execargs, bisect_dir, population_name, side_effect)
[all …]
Drun_bisect_test.py16 def populate_good_files(top_dir, ce, bisect_dir=DEFAULT_BISECT_DIR): argument
32 export_bisect = 'export BISECT_DIR=%s; ' % bisect_dir
45 def populate_bad_files(top_dir, ce, bisect_dir=DEFAULT_BISECT_DIR): argument
61 export_bisect = 'export BISECT_DIR=%s; ' % bisect_dir
130 bisect_dir = options.directory
131 if not bisect_dir:
132 bisect_dir = DEFAULT_BISECT_DIR
135 if os.path.exists(bisect_dir):
136 cmd = 'rm -Rf %s/*' % bisect_dir
141 retv = populate_good_files(cwd, ce, bisect_dir)
[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