Home
last modified time | relevance | path

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

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py240 def cache_file(execargs, bisect_dir, cache, abs_file_path): argument
253 bisect_path = os.path.join(bisect_dir, cache) + abs_file_path
256 pop_log = os.path.join(bisect_dir, cache, '_POPULATE_LOG')
263 population_dir = os.path.join(bisect_dir, cache)
289 def restore_file(bisect_dir, cache, abs_file_path): argument
298 cached_path = os.path.join(bisect_dir, cache) + abs_file_path
311 def bisect_populate(execargs, bisect_dir, population_name): argument
338 if not cache_file(execargs, bisect_dir, population_name, full_obj_path):
341 population_dir = os.path.join(bisect_dir, population_name)
346 _ = cache_file(execargs, bisect_dir, population_name, side_effect)
[all …]
Drun_bisect_tests.py21 def populate_good_files(top_dir, ce, bisect_dir=DEFAULT_BISECT_DIR): argument
37 export_bisect = 'export BISECT_DIR=%s; ' % bisect_dir
50 def populate_bad_files(top_dir, ce, bisect_dir=DEFAULT_BISECT_DIR): argument
66 export_bisect = 'export BISECT_DIR=%s; ' % bisect_dir
135 bisect_dir = options.directory
136 if not bisect_dir:
137 bisect_dir = DEFAULT_BISECT_DIR
140 if os.path.exists(bisect_dir):
141 cmd = 'rm -Rf %s/*' % bisect_dir
146 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.py28 bisect_dir = os.environ.get('BISECT_DIR', '/tmp/sysroot_bisect') variable
34 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
/external/toolchain-utils/compiler_wrapper/
Dbisect_flag_test.go152 def bisect_driver(self, bisect_stage, bisect_dir, execargs):
155 print('arg %s' % bisect_dir)