Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dget_context_list.c168 const char *fromrole, *fromtype; in get_context_order() local
182 fromtype = context_type_get(con); in get_context_order()
183 if (!fromrole || !fromtype) { in get_context_order()
219 if (!strcmp(fromrole, linerole) && !strcmp(fromtype, linetype)) { in get_context_order()
/external/clang/docs/
DLanguageExtensions.rst1011 * ``__is_trivially_assignable(totype, fromtype)``: Determines whether a value
1012 of type ``totype`` can be assigned to from a value of type ``fromtype`` such