Home | History | Annotate | Download | only in src

Lines Matching defs:fp

193 	FILE *fp;
203 fp = fopen(path, "r");
204 if (!fp) {
220 fp = fopen(curpolicy, "r");
221 if (!fp) {
234 fclose(fp);
246 fclose(fp);
249 sepol_policy_file_set_fp(pf, fp);
254 fclose(fp);
257 fclose(fp);