HomeSort by relevance Sort by last modified time
    Searched refs:ocontext (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsepol/src/
module_to_cil.c     [all...]
services.c 957 context_struct_t *ocontext; local
969 ocontext = sepol_sidtab_search(sidtab, oldsid);
970 if (!ocontext) {
989 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext,
1010 context_struct_t *ocontext; local
1022 ocontext = sepol_sidtab_search(sidtab, oldsid);
1023 if (!ocontext) {
1052 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext,
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 327 typedef struct ocontext { struct
360 struct ocontext *next;
365 struct ocontext *head;
398 /* OCON_NUM needs to be the largest index in any platform's ocontext array */

Completed in 111 milliseconds