Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/
Dall_tests.py10 module_strings = [str[0:len(str) - 3] for str in test_file_strings] variable
11 for i in range(len(module_strings)):
12 module_strings[i] = module_strings[i].split('/')[-1]
14 for str in module_strings]
/external/autotest/utils/
Dcoverage_suite.py84 module_strings = []
90 module_strings.append(temp)
93 cmd = "%s -r -m %s" % (coverage, " ".join(module_strings))