Searched refs:policydb_index_others (Results 1 – 7 of 7) sorted by relevance
/external/selinux/checkpolicy/ |
D | policy_parse.y | 169 … else if (pass == 2) { if (policydb_index_others(NULL, policydbp, 0)) return -1; }} 172 else if (pass == 2) { if (policydb_index_others(NULL, policydbp, 0)) return -1;}} 887 if (policydb_index_others(NULL, policydbp, 0)) return -1;
|
D | policy_define.c | 4227 policydb_index_others(NULL, policydbp, 0); in parse_categories()
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 782 policydb_index_others(NULL, &module, 0)) { in link_module() 875 if (policydb_index_others(NULL, &policydb, 1)) { in main()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 613 extern int policydb_index_others(sepol_handle_t * handle, policydb_t * p,
|
/external/selinux/libsepol/src/ |
D | expand.c | 3060 if (policydb_index_others(handle, out, verbose)) { in expand_module() 3082 if (policydb_index_others(handle, out, verbose)) { in expand_module() 3102 if (policydb_index_others(handle, out, verbose)) { in expand_module()
|
D | link.c | 2614 if (policydb_index_others(state.handle, state.base, 0)) { in link_modules() 2634 if (policydb_index_others(state.handle, state.base, 0)) { in link_modules()
|
D | policydb.c | 1149 int policydb_index_others(sepol_handle_t * handle, in policydb_index_others() function 4070 if (policydb_index_others(fp->handle, p, verbose)) in policydb_read()
|