HomeSort by relevance Sort by last modified time
    Searched refs:SEPOL_ENOENT (Results 1 - 6 of 6) sorted by null

  /external/selinux/libsepol/include/sepol/
errcodes.h 27 #define SEPOL_ENOENT -ENOENT
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 111 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
166 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
185 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
273 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
315 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
335 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
355 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
416 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
436 CuAssertIntEquals(tc, SEPOL_ENOENT, rc);
473 CuAssertIntEquals(tc, SEPOL_ENOENT, rc)
    [all...]
  /external/selinux/libsepol/src/
hashtab.c 111 return SEPOL_ENOENT;
122 return SEPOL_ENOENT;
  /external/selinux/libsepol/cil/src/
cil_symtab.c 121 return SEPOL_ENOENT;
cil_verify.c 1294 if (rc == SEPOL_ENOENT) {
1299 if (rc == SEPOL_ENOENT) {
    [all...]
cil_resolve_ast.c 128 if (rc == SEPOL_ENOENT) {
    [all...]

Completed in 426 milliseconds