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

  /external/libsepol/include/sepol/policydb/
policydb.h 290 typedef struct ocontext { struct
323 struct ocontext *next;
328 struct ocontext *head;
360 /* OCON_NUM needs to be the largest index in any platform's ocontext array */
  /external/libsepol/src/
services.c 430 context_struct_t *ocontext; local
442 ocontext = sepol_sidtab_search(sidtab, oldsid);
443 if (!ocontext) {
462 if (!constraint_expr_eval(ocontext, ncontext, tcontext,
    [all...]

Completed in 30 milliseconds