HomeSort by relevance Sort by last modified time
    Searched refs:in_fp (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/tests/
test-downgrade.c 205 FILE *in_fp = NULL; local
210 if ((in_fp = fopen(path, "rb")) == NULL) {
220 f.fp = in_fp;
224 fclose(in_fp);
  /external/selinux/checkpolicy/test/
dismod.c 702 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 53 milliseconds