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

  /external/selinux/libsepol/cil/src/
cil_internal.h 403 char *map_perm_str; member in struct:cil_classmapping
cil_copy_ast.c 224 new->map_perm_str = orig->map_perm_str;
    [all...]
cil_tree.c 1005 cil_log(CIL_INFO, "CLASSMAPPING: map class: %s, map perm: %s,", mapping->map_class_str, mapping->map_perm_str);
    [all...]
cil.c     [all...]
cil_resolve_ast.c 798 rc = cil_symtab_get_datum(&map->perms, mapping->map_perm_str, &datum);
    [all...]
cil_build_ast.c 923 mapping->map_perm_str = parse_current->next->next->data;
    [all...]

Completed in 1747 milliseconds