HomeSort by relevance Sort by last modified time
    Searched refs:SEPOL_OK (Results 1 - 25 of 34) sorted by null

1 2

  /external/selinux/libsepol/include/sepol/
errcodes.h 12 #define SEPOL_OK 0
  /external/selinux/libsepol/cil/src/
cil_verify.c 80 return SEPOL_OK;
146 return SEPOL_OK;
207 if (rc != SEPOL_OK) {
211 return SEPOL_OK;
269 return SEPOL_OK;
313 if (rc != SEPOL_OK) {
318 return SEPOL_OK;
337 if (rc != SEPOL_OK) {
343 return SEPOL_OK;
366 return SEPOL_OK;
    [all...]
cil_binary.c 92 return SEPOL_OK;
103 return SEPOL_OK;
114 return SEPOL_OK;
125 return SEPOL_OK;
136 return SEPOL_OK;
147 return SEPOL_OK;
172 return SEPOL_OK;
198 return SEPOL_OK;
224 return SEPOL_OK;
256 if (rc != SEPOL_OK) {
    [all...]
cil_resolve_ast.c 120 if (rc != SEPOL_OK) {
133 if (rc != SEPOL_OK) {
151 return SEPOL_OK;
165 if (rc != SEPOL_OK) {
178 if (rc != SEPOL_OK) {
182 return SEPOL_OK;
194 if (rc != SEPOL_OK) {
202 if (rc != SEPOL_OK) {
207 return SEPOL_OK;
221 if (rc != SEPOL_OK) {
    [all...]
cil_write_ast.c 48 return SEPOL_OK;
61 if (rc != SEPOL_OK)
138 if (rc != SEPOL_OK)
146 if (rc != SEPOL_OK)
151 if (rc != SEPOL_OK)
223 rc = SEPOL_OK;
246 if (rc != SEPOL_OK)
253 if (rc != SEPOL_OK)
255 rc = SEPOL_OK;
276 if (rc != SEPOL_OK)
    [all...]
android.c 106 if (rc != SEPOL_OK) {
130 return SEPOL_OK;
151 if (rc != SEPOL_OK) {
155 return SEPOL_OK;
225 if (rc != SEPOL_OK) {
229 return SEPOL_OK;
256 if (rc != SEPOL_OK) {
260 return SEPOL_OK;
282 if (rc != SEPOL_OK)
303 return SEPOL_OK;
    [all...]
cil_post.c 656 return SEPOL_OK;
857 return SEPOL_OK;
866 if (rc != SEPOL_OK) {
886 if (rc != SEPOL_OK) goto exit;
906 return SEPOL_OK;
918 if (rc != SEPOL_OK) {
940 if (rc != SEPOL_OK) {
954 return SEPOL_OK;
966 if (rc != SEPOL_OK) {
986 if (rc != SEPOL_OK) goto exit
    [all...]
cil_copy_ast.c 95 return SEPOL_OK;
113 return SEPOL_OK;
127 return SEPOL_OK;
142 return SEPOL_OK;
160 return SEPOL_OK;
178 return SEPOL_OK;
230 return SEPOL_OK;
252 return SEPOL_OK;
267 return SEPOL_OK;
291 return SEPOL_OK;
    [all...]
cil_build_ast.c 69 if (rc != SEPOL_OK) {
79 return SEPOL_OK;
114 if (rc != SEPOL_OK) {
119 if (rc != SEPOL_OK) {
130 cil_symtab_get_datum(symtab, (hashtab_key_t)key, &prev) != SEPOL_OK ||
136 if (cil_symtab_get_datum(symtab, key, &datum) == SEPOL_OK) {
169 return SEPOL_OK;
204 if (rc != SEPOL_OK) {
215 if (rc != SEPOL_OK) {
219 return SEPOL_OK;
    [all...]
cil_fqn.c 51 int rc = SEPOL_OK;
79 int rc = SEPOL_OK;
113 if (rc != SEPOL_OK) {
123 if (rc != SEPOL_OK) {
cil_strpool.c 81 if (rc != SEPOL_OK) {
97 return SEPOL_OK;
cil_parser.c 174 return SEPOL_OK;
212 int rc = SEPOL_OK;
232 if (rc != SEPOL_OK) {
307 return SEPOL_OK;
cil_find.c 83 int rc = SEPOL_OK;
252 return SEPOL_OK;
296 int rc = SEPOL_OK;
320 rc = SEPOL_OK;
328 rc = SEPOL_OK;
344 rc = SEPOL_OK;
352 int rc = SEPOL_OK;
  /external/selinux/libsepol/cil/test/unit/
test_cil_lexer.c 46 CuAssertIntEquals(tc, SEPOL_OK, rc);
64 CuAssertIntEquals(tc, SEPOL_OK, rc);
71 CuAssertIntEquals(tc, SEPOL_OK, rc);
78 CuAssertIntEquals(tc, SEPOL_OK, rc);
85 CuAssertIntEquals(tc, SEPOL_OK, rc);
92 CuAssertIntEquals(tc, SEPOL_OK, rc);
test_cil_fqn.c 58 CuAssertIntEquals(tc, SEPOL_OK, rc);
74 CuAssertIntEquals(tc, SEPOL_OK, rc);
test_cil_parser.c 53 CuAssertIntEquals(tc, SEPOL_OK, rc);
test_cil_symtab.c 60 CuAssertIntEquals(tc, SEPOL_OK, rc);
test_cil_list.c 73 CuAssertIntEquals(tc, SEPOL_OK, rc);
108 CuAssertIntEquals(tc, SEPOL_OK, rc);
109 CuAssertIntEquals(tc, SEPOL_OK, rc2);
149 CuAssertIntEquals(tc, SEPOL_OK, rc);
150 CuAssertIntEquals(tc, SEPOL_OK, rc2);
151 CuAssertIntEquals(tc, SEPOL_OK, rc3);
230 CuAssertIntEquals(tc, SEPOL_OK, rc);
259 CuAssertIntEquals(tc, SEPOL_OK, rc);
test_cil_copy_ast.c 71 CuAssertIntEquals(tc, rc, SEPOL_OK);
93 CuAssertIntEquals(tc, rc, SEPOL_OK);
117 CuAssertIntEquals(tc, rc, SEPOL_OK);
168 CuAssertIntEquals(tc, rc, SEPOL_OK);
202 CuAssertIntEquals(tc, rc, SEPOL_OK);
205 CuAssertIntEquals(tc, rc, SEPOL_OK);
208 CuAssertIntEquals(tc, rc, SEPOL_OK);
236 CuAssertIntEquals(tc, rc, SEPOL_OK);
263 CuAssertIntEquals(tc, rc, SEPOL_OK);
299 CuAssertIntEquals(tc, rc, SEPOL_OK);
    [all...]
test_cil.c 74 CuAssertIntEquals(tc, SEPOL_OK, rc);
92 CuAssertIntEquals(tc, SEPOL_OK, rc);
110 CuAssertIntEquals(tc, SEPOL_OK, rc);
test_cil_resolve_ast.c 87 CuAssertIntEquals(tc, SEPOL_OK, rc);
146 CuAssertIntEquals(tc, SEPOL_OK, rc);
205 CuAssertIntEquals(tc, SEPOL_OK, rc);
238 CuAssertIntEquals(tc, SEPOL_OK, rc);
239 CuAssertIntEquals(tc, SEPOL_OK, rc2);
240 CuAssertIntEquals(tc, SEPOL_OK, rc3);
274 CuAssertIntEquals(tc, SEPOL_OK, rc2);
275 CuAssertIntEquals(tc, SEPOL_OK, rc3);
295 CuAssertIntEquals(tc, SEPOL_OK, rc);
375 CuAssertIntEquals(tc, SEPOL_OK, rc)
    [all...]
test_cil_tree.c 59 CuAssertIntEquals(tc, SEPOL_OK, rc);
  /system/sepolicy/tools/
version_policy.c 66 if (rc != SEPOL_OK) {
72 return SEPOL_OK;
159 if (rc != SEPOL_OK) {
165 if (rc != SEPOL_OK)
170 if (rc != SEPOL_OK) {
175 if (rc != SEPOL_OK) {
180 if (rc != SEPOL_OK) {
  /external/selinux/secilc/
secilc.c 237 if (rc != SEPOL_OK) {
274 if (rc != SEPOL_OK) {
284 if (rc != SEPOL_OK) {
290 if (rc != SEPOL_OK) {
335 if (rc != SEPOL_OK) {
359 rc = SEPOL_OK;
secil2conf.c 154 if (rc != SEPOL_OK) {
164 if (rc != SEPOL_OK) {
184 rc = SEPOL_OK;

Completed in 355 milliseconds

1 2