OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_binary_policy
(Results
1 - 3
of
3
) sorted by null
/external/libsepol/tests/
test-downgrade.h
90
* Function Name:
read_binary_policy
102
int
read_binary_policy
(const char *path, policydb_t *);
test-downgrade.c
137
if (
read_binary_policy
(POLICY_BIN_HI, &policydb) != 0) {
176
if (
read_binary_policy
(POLICY_BIN_LO, &policydb_tmp) != 0) {
191
* Function Name:
read_binary_policy
203
int
read_binary_policy
(const char *path, policydb_t *p)
function
/external/checkpolicy/
checkmodule.c
50
static int
read_binary_policy
(policydb_t * p, char *file, char *progname)
function
246
if (
read_binary_policy
(&modpolicydb, file, argv[0]) == -1) {
Completed in 111 milliseconds