Home
last modified time | relevance | path

Searched refs:SEPOL_ENOMEM (Results 1 – 6 of 6) 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.c138 return SEPOL_ENOMEM; in avtab_insert()
164 return SEPOL_ENOMEM; in avtab_insert()
600 if (rc == SEPOL_ENOMEM) in avtab_read()
Dexpand.c109 return SEPOL_ENOMEM; in type_copy_callback()
669 return SEPOL_ENOMEM; in alias_copy_callback()
/external/selinux/libsepol/include/sepol/
Derrcodes.h23 #define SEPOL_ENOMEM -ENOMEM macro
/external/selinux/checkpolicy/
Dpolicy_define.c523 if (ret == SEPOL_ENOMEM) { in define_common_perms()
556 if (ret == SEPOL_ENOMEM) { in define_common_perms()
678 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()