Searched refs:str1 (Results 1 – 2 of 2) sorted by relevance
51 const Rule ContainsAnyRule(Rule::Key key, const char* str1) { in ContainsAnyRule() argument55 rule.stringArgs.add(String8(str1)); in ContainsAnyRule()59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) { in ContainsAnyRule() argument63 rule.stringArgs.add(String8(str1)); in ContainsAnyRule()
52 const Rule ContainsAnyRule(Rule::Key key, const char* str1);53 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2);