Lines Matching defs:fp
510 FILE *fp = fopen(filePath, "r");511 if (fp == NULL) return -1;512 while (fgets(line,sizeof(line),fp))527 // __ANDROID__ : if fp was opened, it needs to be closed528 int fp_closed = fclose(fp);