Home
last modified time | relevance | path

Searched refs:SEPOL_OK (Results 1 – 3 of 3) sorted by relevance

/external/libsepol/src/
Dhashtab.c100 return SEPOL_OK; in hashtab_insert()
133 return SEPOL_OK; in hashtab_remove()
175 return SEPOL_OK; in hashtab_replace()
230 return SEPOL_OK; in hashtab_map()
241 return SEPOL_OK; in hashtab_map()
Dpolicydb.c1445 if (rc == SEPOL_OK) { in symtab_insert()
/external/libsepol/include/sepol/
Derrcodes.h8 #define SEPOL_OK 0 macro