Home
last modified time | relevance | path

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

/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c157 static int analyze_types(policydb_t * policydb, char diff, char equiv) in analyze_types() argument
253 if (equiv) { in analyze_types()
268 char ch, diff = 0, equiv = 0; in typecmp_func() local
282 equiv = 1; in typecmp_func()
290 if (!(diff || equiv)) { in typecmp_func()
294 return analyze_types(policydb, diff, equiv); in typecmp_func()