Home
last modified time | relevance | path

Searched refs:SEPOL_ENOMEM (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsepol/src/
Dhashtab.c72 return SEPOL_ENOMEM; in hashtab_insert()
87 return SEPOL_ENOMEM; in hashtab_insert()
144 return SEPOL_ENOMEM; in hashtab_replace()
162 return SEPOL_ENOMEM; in hashtab_replace()
Davtab.c143 return SEPOL_ENOMEM; in avtab_insert()
170 return SEPOL_ENOMEM; in avtab_insert()
612 if (rc == SEPOL_ENOMEM) in avtab_read()
Dhierarchy.c47 if (rc == SEPOL_ENOMEM) in bounds_insert_helper()
270 return SEPOL_ENOMEM; in bounds_add_bad()
620 return SEPOL_ENOMEM; \
Dexpand.c111 return SEPOL_ENOMEM; in type_copy_callback()
671 return SEPOL_ENOMEM; in alias_copy_callback()
/external/selinux/libsepol/include/sepol/
Derrcodes.h24 #define SEPOL_ENOMEM -ENOMEM macro
/external/selinux/checkpolicy/
Dpolicy_define.c531 if (ret == SEPOL_ENOMEM) { in define_common_perms()
564 if (ret == SEPOL_ENOMEM) { in define_common_perms()
686 if (ret == SEPOL_ENOMEM) { in define_av_perms()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c829 CuAssertIntEquals(tc, SEPOL_ENOMEM, rc); in test_cil_gen_perm_nodes_failgen_neg()