Home
last modified time | relevance | path

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

/external/toolchain-utils/crb/
Dcrb_driver.py30 def __init__(self, autotest_string): argument
34 fields = autotest_string.split(',', 1)
37 autotest_string = fields[1]
38 fields = autotest_string.split(',', 1)
53 for autotest_string in autotest_strings.split(':'):
54 autotest = Autotest(autotest_string)