Lines Matching refs:FILE
15 /* Policy file public interfaces. */
17 /* Create and free memory associated with a policy file. */
22 * Set the policy file to represent a binary policy memory image.
23 * Subsequent operations using the policy file will read and write
34 * previously done on this policy file.
39 * Set the policy file to represent a FILE.
40 * Subsequent operations using the policy file will read and write
41 * to the FILE.
43 extern void sepol_policy_file_set_fp(sepol_policy_file_t * pf, FILE * fp);
46 * Associate a handle with a policy file, for use in
48 * policy file as an argument.
94 * Read a policydb from a policy file.
101 * Write a policydb to a policy file.
109 * This is equivalent to sepol_policydb_read with a policy file
118 * This is equivalent to sepol_policydb_write with a policy file