Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/distrib/
Dcheck_include_guards.py51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument
62 if not match_txt:
69 match_txt, correct)
72 fixed_fcontents = re.sub(match_txt, correct, fcontents)