Home
last modified time | relevance | path

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

/test/vts/utils/python/common/
Dfilter_utils.py26 REGEX_PREFIX = 'r(' variable
130 regex_item = item[len(REGEX_PREFIX):-len(REGEX_SUFFIX)]
139 exact.append(REGEX_PREFIX + item[len(REGEX_PREFIX_ESCAPE):])
198 return item.startswith(REGEX_PREFIX) and item.endswith(REGEX_SUFFIX)