Searched refs:policydb_index_others (Results 1 – 8 of 8) sorted by relevance
/third_party/selinux/ |
D | libsepol.map | 101 "policydb_index_others";
|
/third_party/selinux/checkpolicy/ |
D | policy_parse.y | 171 … else if (pass == 2) { if (policydb_index_others(NULL, policydbp, 0)) return -1; }} 174 else if (pass == 2) { if (policydb_index_others(NULL, policydbp, 0)) return -1;}} 927 if (policydb_index_others(NULL, policydbp, 0)) return -1;
|
D | policy_define.c | 4163 policydb_index_others(NULL, policydbp, 0); in parse_categories()
|
/third_party/selinux/checkpolicy/test/ |
D | dismod.c | 808 policydb_index_others(NULL, &module, 0)) { in link_module() 899 if (policydb_index_others(NULL, &policydb, 1)) { in main()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 634 extern int policydb_index_others(sepol_handle_t * handle, policydb_t * p,
|
/third_party/selinux/libsepol/src/ |
D | expand.c | 3044 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 | policydb.c | 1213 int policydb_index_others(sepol_handle_t * handle, in policydb_index_others() function 4481 if (policydb_index_others(fp->handle, p, verbose)) in policydb_read()
|
D | link.c | 2591 if (policydb_index_others(state.handle, state.base, 0)) { in link_modules()
|