Searched refs:fromtype (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libselinux/src/
H A Dget_context_list.c168 const char *fromrole, *fromtype; local
182 fromtype = context_type_get(con);
183 if (!fromrole || !fromtype) {
219 if (!strcmp(fromrole, linerole) && !strcmp(fromtype, linetype)) {

Completed in 102 milliseconds