Home
last modified time | relevance | path

Searched refs:policydb_index_others (Results 1 – 8 of 8) sorted by relevance

/third_party/selinux/
Dlibsepol.map101 "policydb_index_others";
/third_party/selinux/checkpolicy/
Dpolicy_parse.y171 … 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;
Dpolicy_define.c4163 policydb_index_others(NULL, policydbp, 0); in parse_categories()
/third_party/selinux/checkpolicy/test/
Ddismod.c808 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/
Dpolicydb.h634 extern int policydb_index_others(sepol_handle_t * handle, policydb_t * p,
/third_party/selinux/libsepol/src/
Dexpand.c3044 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()
Dpolicydb.c1213 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()
Dlink.c2591 if (policydb_index_others(state.handle, state.base, 0)) { in link_modules()