HomeSort by relevance Sort by last modified time
    Searched refs:in_fp (Results 1 - 6 of 6) 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);
  /system/extras/app-launcher/
computestats.c 38 FILE *in_fp; local
53 in_fp = stdin;
56 in_fp = fopen(in_file, "r");
58 while (fgets(in_buf, BUFSIZE, in_fp)) {
computestatsf.c 38 FILE *in_fp; local
53 in_fp = stdin;
56 in_fp = fopen(in_file, "r");
58 while (fgets(in_buf, BUFSIZE, 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);
  /system/extras/simpleperf/
cmd_report_sample.cpp 49 explicit ProtobufFileReader(FILE* in_fp) : in_fp_(in_fp) {}
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c 14932 int out_fp, in_fp; local
    [all...]

Completed in 600 milliseconds