Home
last modified time | relevance | path

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

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py391 def bisect_driver(bisect_stage, bisect_dir, execargs): argument
393 if bisect_stage == 'POPULATE_GOOD':
395 elif bisect_stage == 'POPULATE_BAD':
397 elif bisect_stage == 'TRIAGE':
400 raise ValueError('wrong value for BISECT_STAGE: %s' % bisect_stage)