OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:policydb_from_image
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libsepol/src/
policydb_convert.c
10
int
policydb_from_image
(sepol_handle_t * handle,
function
genbools.c
168
if (
policydb_from_image
(NULL, data, len, &policydb) < 0)
231
if (
policydb_from_image
(NULL, data, len, &policydb) < 0)
policydb_public.c
185
return
policydb_from_image
(handle, data, len, &p->p);
genusers.c
302
if (
policydb_from_image
(NULL, data, len, &policydb) < 0)
/external/selinux/libsepol/include/sepol/policydb/
policydb.h
615
extern int
policydb_from_image
(sepol_handle_t * handle,
Completed in 680 milliseconds