Home | History | Annotate | Download | only in tools

Lines Matching refs:prefix_match

1170     prefix_match = PREFIX_PATTERN.match(line)
1171 if prefix_match:
1172 prefix = SplitPath(prefix_match.group(1).strip())