Searched refs:SEPOL_ENOENT (Results 1 – 6 of 6) sorted by relevance
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 111 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_name_invalid_type_neg() 166 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_roleallow_srcdecl_neg() 185 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_roleallow_tgtdecl_neg() 273 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_classmapping_anon_inmacro_neg() 315 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_classmapping_named_classmapname_neg() 335 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_classmapping_anon_classmapname_neg() 355 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_classmapping_anon_permset_neg() 416 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_rolebounds_role1_neg() 436 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_rolebounds_role2_neg() 473 CuAssertIntEquals(tc, SEPOL_ENOENT, rc); in test_cil_resolve_sensalias_sensdecl_neg() [all …]
|
/third_party/selinux/libsepol/include/sepol/ |
D | errcodes.h | 26 #define SEPOL_ENOENT (-ENOENT) macro
|
/third_party/selinux/libsepol/src/ |
D | hashtab.c | 151 return SEPOL_ENOENT; in hashtab_remove() 162 return SEPOL_ENOENT; in hashtab_remove()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_symtab.c | 123 return SEPOL_ENOENT; in cil_symtab_get_datum()
|
D | cil_verify.c | 1443 if (rc == SEPOL_ENOENT) { in __cil_verify_permissionx() 1448 if (rc == SEPOL_ENOENT) { in __cil_verify_permissionx()
|
D | cil_resolve_ast.c | 133 if (rc == SEPOL_ENOENT) { in __cil_resolve_perms() 3992 if (rc == SEPOL_ENOENT) { in __cil_resolve_ast_node_helper()
|