Searched refs:in_fp (Results 1 - 2 of 2) sorted by relevance

/external/libsepol/tests/
H A Dtest-downgrade.c205 FILE *in_fp = NULL; local
210 if ((in_fp = fopen(path, "rb")) == NULL) {
220 f.fp = in_fp;
224 fclose(in_fp);
/external/checkpolicy/test/
H A Ddismod.c702 FILE *in_fp; local
707 if ((in_fp = fopen(filename, "rb")) == NULL) {
714 f.fp = in_fp;
719 if (fread(buf, sizeof(uint32_t), 1, in_fp) != 1) {
723 rewind(in_fp);
743 fclose(in_fp);

Completed in 90 milliseconds