HomeSort by relevance Sort by last modified time
    Searched refs:store_root_path (Results 1 - 5 of 5) sorted by null

  /external/selinux/libsemanage/src/
semanage_conf.h 55 char *store_root_path; member in struct:semanage_conf
handle.c 291 free(sh->conf->store_root_path);
292 sh->conf->store_root_path = strdup(store_root);
293 assert(sh->conf->store_root_path); /* no way to return failure */
conf-parse.y 343 conf->store_root_path = strdup("/var/lib/selinux");
456 free(conf->store_root_path);
527 free(current_conf->store_root_path);
528 current_conf->store_root_path = strdup(arg);
direct_api.c 125 if (semanage_check_init(sh, sh->conf->store_root_path))
144 if (semanage_check_init(sh, sh->conf->store_root_path))
    [all...]
semanage_store.c 952 sh->conf->store_root_path,
    [all...]

Completed in 224 milliseconds