Lines Matching defs:fp
623 FILE *fp = fopen(defaultXmlFile, "r");624 if (fp == NULL) {628 fclose(fp); // close the file first.893 FILE *fp = NULL;894 CHECK((fp = fopen(xml, "r")));924 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);939 ::fclose(fp);