Lines Matching refs:FILE
136 /* Read in the hi policy from file */
193 * Input: char * which is the path to the file containing the binary policy
197 * a failure to open the file, or a failure from prolicydb_read
200 * Description: Get a filename, open file and read binary policy into policydb
205 FILE *in_fp = NULL;
209 /* Open the binary policy file */
231 * Input: char * which is the path to the file containing the binary policy
235 * a failure to open the file, or a failure from prolicydb_read
238 * Description: open file and write the binary policy from policydb structure.
242 FILE *out_fp = NULL;
255 /* Open the binary policy file for writing */