Searched refs:find_match (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/sepolicy/tools/sepolicy-analyze/ |
H A D | typecmp.c | 120 static int find_match(policydb_t *policydb, struct avtab_node *l1, in find_match() function 245 if (find_match(policydb, l1, i, l2, j)) in analyze_types() 247 if (find_match(policydb, l2, j, l1, i)) in analyze_types()
|
/aosp12/art/tools/runtime_memusage/ |
H A D | symbol_trace_info.py | 31 def find_match(list_substrings, big_string): function 244 data_lists["cat_list"] = [categories[find_match(categories, trace)]
|