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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 107 def setselftype(self, selftype, itselftype):
108 self.objecttype = selftype
133 def setselftype(self, selftype, itselftype):
134 self.objecttype = selftype
  /external/selinux/libsepol/cil/src/
cil.c 270 cil_type_init(&(*db)->selftype);
271 (*db)->selftype->datum.name = CIL_KEY_SELF;
272 (*db)->selftype->datum.fqn = CIL_KEY_SELF;
321 cil_destroy_type((*db)->selftype);
    [all...]
cil_internal.h 279 struct cil_type *selftype; member in struct:cil_db
cil_resolve_ast.c 324 rule->tgt = db->selftype;
    [all...]

Completed in 3211 milliseconds