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