Home
last modified time | relevance | path

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

/development/tools/compare_failed_tests/
Dcompare_failed_tests.py28 def parse_attrib_path(attrib_path): argument
29 first_dot = attrib_path.index('.')
30 tags = attrib_path[:first_dot].split('::')
31 attr_name = attrib_path[first_dot+1:]
40 for attrib_path in ATTRS_TO_SHOW:
41 tags, attr_name = parse_attrib_path(attrib_path)