Lines Matching defs:fp
597 FILE *fp = fopen(defaultXmlFile, "r");598 if (fp == NULL) {602 fclose(fp); // close the file first.844 FILE *fp = NULL;845 CHECK((fp = fopen(xml, "r")));875 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);890 ::fclose(fp);