Home
last modified time | relevance | path

Searched refs:SEPOL_ENOENT (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c111 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/
Derrcodes.h26 #define SEPOL_ENOENT (-ENOENT) macro
/third_party/selinux/libsepol/src/
Dhashtab.c151 return SEPOL_ENOENT; in hashtab_remove()
162 return SEPOL_ENOENT; in hashtab_remove()
/third_party/selinux/libsepol/cil/src/
Dcil_symtab.c123 return SEPOL_ENOENT; in cil_symtab_get_datum()
Dcil_verify.c1443 if (rc == SEPOL_ENOENT) { in __cil_verify_permissionx()
1448 if (rc == SEPOL_ENOENT) { in __cil_verify_permissionx()
Dcil_resolve_ast.c133 if (rc == SEPOL_ENOENT) { in __cil_resolve_perms()
3992 if (rc == SEPOL_ENOENT) { in __cil_resolve_ast_node_helper()