Home
last modified time | relevance | path

Searched refs:VERSION_SUFFIX_RE (Results 1 - 1 of 1) sorted by relevance

/build/scripts/
H A Dcargo2gn.py62 VERSION_SUFFIX_RE = re.compile(r'^(.*)-[0-9]+\.[0-9]+\.[0-9]+(?:\+.*)?$') variable
123 if VERSION_SUFFIX_RE.match(s):
124 return VERSION_SUFFIX_RE.match(s).group(1)

Completed in 2 milliseconds