OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selinuxusers
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/cil/src/
cil.c
263
cil_list_init(&(*db)->
selinuxusers
, CIL_LIST_ITEM);
312
cil_list_destroy(&(*db)->
selinuxusers
, CIL_FALSE);
[
all
...]
cil_internal.h
290
struct cil_list *
selinuxusers
;
member in struct:cil_db
cil_post.c
473
cil_list_prepend(db->
selinuxusers
, CIL_SELINUXUSER, node->data);
477
cil_list_append(db->
selinuxusers
, CIL_SELINUXUSERDEFAULT, node->data);
[
all
...]
Completed in 55 milliseconds