OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_userprefixes_to_string
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/cil/include/cil/
cil.h
45
extern int
cil_userprefixes_to_string
(cil_db_t *db, char **out, size_t *size);
/external/selinux/libsepol/cil/src/
cil_internal.h
929
int
cil_userprefixes_to_string
(struct cil_db *db, char **out, size_t *size);
cil.c
62
asm(".symver cil_userprefixes_to_string_pdb,
cil_userprefixes_to_string
@");
63
asm(".symver cil_userprefixes_to_string_nopdb,
cil_userprefixes_to_string
@@LIBSEPOL_1.1");
1168
int
cil_userprefixes_to_string
(struct cil_db *db, char **out, size_t *size)
function
[
all
...]
/external/selinux/libsemanage/src/
direct_api.c
586
retval =
cil_userprefixes_to_string
(cildb, &data, &size);
[
all
...]
Completed in 782 milliseconds