HomeSort by relevance Sort by last modified time
    Searched full:domain_type (Results 1 - 5 of 5) sorted by null

  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
test_module.py 80 domain_type(sepolicy_t)
82 domain_type(sepolicy_domain_t)
84 domain_type(sepolicy_target_t)
86 domain_type(sepolicy_source_t)
88 domain_type(sepolicy_peer_t)
90 domain_type(sepolicy_exception_types_t)
92 domain_type(sepolicy_userdomain_t)
executable.py 53 domain_type(TEMPLATETYPE_t)
  /toolchain/binutils/binutils-2.25/binutils/
prdbg.c 927 char *domain_type;
934 domain_type = NULL;
939 domain_type = pop_type (info);
940 if (domain_type == NULL)
942 if (CONST_STRNEQ (domain_type, "class ")
943 && strchr (domain_type + sizeof "class " - 1, ' ') == NULL)
944 domain_type += sizeof "class " - 1;
945 else if (CONST_STRNEQ (domain_type, "union class ")
946 && (strchr (domain_type + sizeof "union class " - 1, ' ')
948 domain_type += sizeof "union class " - 1
922 char *domain_type; local
    [all...]
debug.c 255 debug_type domain_type; member in struct:debug_method_type
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 526 for domain_type in self.ptypes:
527 self.attributes[domain_type] = sepolicy.info(sepolicy.TYPE, ("%s") % domain_type)[0]["attributes"]
    [all...]

Completed in 462 milliseconds