Searched refs:do_rebuild (Results 1 - 4 of 4) sorted by relevance

/external/selinux/libsemanage/include/semanage/
H A Dhandle.h67 void semanage_set_rebuild(semanage_handle_t * handle, int do_rebuild);
/external/selinux/libsemanage/src/
H A Dhandle.c87 sh->do_rebuild = 0;
115 void semanage_set_rebuild(semanage_handle_t * sh, int do_rebuild) argument
120 sh->do_rebuild = do_rebuild;
H A Dhandle.h64 int do_rebuild; /* whether to rebuild policy if there were no changes */ member in struct:semanage_handle
H A Ddirect_api.c1177 if (!sh->do_rebuild && !modified) {
1202 if (sh->do_rebuild || modified || missing) {
1303 if (sh->do_rebuild || modified || bools_modified) {
1336 if (sh->do_rebuild || modified || fcontexts_modified) {
1343 if (sh->do_rebuild || modified || seusers_modified) {
1350 if (sh->do_rebuild || modified || ports_modified) {
1419 if (sh->do_rebuild || modified || bools_modified || fcontexts_modified) {

Completed in 83 milliseconds