Searched refs:OBJECT_R (Results 1 - 4 of 4) sorted by relevance

/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h727 #define OBJECT_R "object_r" macro
/external/libsepol/src/
H A Dpolicydb.c640 key = malloc(strlen(OBJECT_R) + 1);
645 strcpy(key, OBJECT_R);
2167 if (strcmp(key, OBJECT_R) == 0) {
2170 OBJECT_R, role->s.value);
H A Dlink.c2402 if (strcmp(id, OBJECT_R) == 0){
2458 if (strcmp(id, OBJECT_R) == 0) {
H A Dexpand.c723 if (strcmp(id, OBJECT_R) == 0) {
790 if (strcmp(id, OBJECT_R) == 0) {

Completed in 92 milliseconds