Searched refs:policydb_index_others (Results 1 – 7 of 7) sorted by relevance
/external/selinux/checkpolicy/ |
D | policy_parse.y | 172 … else if (pass == 2) { if (policydb_index_others(NULL, policydbp, 0)) return -1; }} 175 else if (pass == 2) { if (policydb_index_others(NULL, policydbp, 0)) return -1;}} 912 if (policydb_index_others(NULL, policydbp, 0)) return -1;
|
D | policy_define.c | 4203 policydb_index_others(NULL, policydbp, 0); in parse_categories()
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 807 policydb_index_others(NULL, &module, 0)) { in link_module() 898 if (policydb_index_others(NULL, &policydb, 1)) { in main()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 627 extern int policydb_index_others(sepol_handle_t * handle, policydb_t * p,
|
/external/selinux/libsepol/src/ |
D | expand.c | 3040 if (policydb_index_others(handle, out, verbose)) { in expand_module() 3062 if (policydb_index_others(handle, out, verbose)) { in expand_module() 3082 if (policydb_index_others(handle, out, verbose)) { in expand_module()
|
D | link.c | 2601 if (policydb_index_others(state.handle, state.base, 0)) { in link_modules() 2621 if (policydb_index_others(state.handle, state.base, 0)) { in link_modules()
|
D | policydb.c | 1210 int policydb_index_others(sepol_handle_t * handle, in policydb_index_others() function 4232 if (policydb_index_others(fp->handle, p, verbose)) in policydb_read()
|