Searched refs:comkey (Results 1 - 7 of 7) sorted by relevance

/external/selinux/libsepol/src/
H A Dpolicydb.c1182 if (cladatum->comkey)
1183 free(cladatum->comkey);
2114 cladatum->comkey = malloc(len2 + 1);
2115 if (!cladatum->comkey)
2117 rc = next_entry(cladatum->comkey, fp, len2);
2120 cladatum->comkey[len2] = 0;
2123 cladatum->comkey);
2125 ERR(fp->handle, "unknown common %s", cladatum->comkey);
H A Dwrite.c955 if (cladatum->comkey)
956 len2 = strlen(cladatum->comkey);
983 if (cladatum->comkey) {
984 items = put_entry(cladatum->comkey, 1, len2, fp);
H A Dexpand.c475 if (class->comkey) {
476 new_class->comkey = strdup(class->comkey);
477 if (!new_class->comkey) {
484 new_class->comkey);
487 new_class->comkey);
H A Dmodule_to_cil.c1899 if (class->comkey != NULL) {
1900 cil_println(indent, "(classcommon %s %s)", key, class->comkey);
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h111 char *comkey; /* common name */ member in struct:class_datum
/external/selinux/checkpolicy/
H A Dpolicy_define.c631 cladatum->comkey = id;
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c374 sepol_class->comkey = cil_strdup(key);

Completed in 6809 milliseconds