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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 64 CIL_USERPREFIX,
cil_post.c 435 case CIL_USERPREFIX: {
436 cil_list_append(db->userprefixes, CIL_USERPREFIX, node->data);
    [all...]
cil.c 549 case CIL_USERPREFIX:
912 case CIL_USERPREFIX:
1131 struct cil_userprefix *userprefix = NULL;
    [all...]
cil_copy_ast.c 449 struct cil_userprefix *orig = data;
450 struct cil_userprefix *new = NULL;
    [all...]
cil_resolve_ast.c 852 struct cil_userprefix *userprefix = current->data;
    [all...]
cil_build_ast.c 1334 struct cil_userprefix *userprefix = NULL;
1352 ast_node->flavor = CIL_USERPREFIX;
1362 void cil_destroy_userprefix(struct cil_userprefix *userprefix)
    [all...]

Completed in 3355 milliseconds