OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
123
if (semanage_check_init(sh, sh->conf->
store_root_path
))
142
if (semanage_check_init(sh, sh->conf->
store_root_path
))
[
all
...]
semanage_store.c
926
sh->conf->
store_root_path
,
[
all
...]
Completed in 681 milliseconds