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

/external/selinux/libsemanage/include/semanage/
H A Dhandle.h161 void semanage_set_store_root(semanage_handle_t *sh, const char *store_root);
/external/selinux/policycoreutils/semodule/
H A Dsemodule.c57 static char *store_root; variable
98 if ((store_root = strdup(path)) == NULL) {
370 if (store_root) {
371 semanage_set_store_root(sh, store_root);
/external/selinux/libsemanage/src/
H A Dhandle.c287 void semanage_set_store_root(semanage_handle_t *sh, const char *store_root) argument
292 sh->conf->store_root_path = strdup(store_root);
H A Dconf-parse.y84 | store_root
110 store_root: STORE_ROOT '=' ARG { label

Completed in 197 milliseconds