Home | History | Annotate | Download | only in src

Lines Matching refs:template_file

501 	FILE *template_file = NULL;
504 template_file = fopen(s->homedir_template_path, "r");
505 if (!template_file)
507 template_data = semanage_slurp_file_filter(template_file, pred);
508 fclose(template_file);