Home | History | Annotate | Download | only in mDNSPosix

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 closed
528 int fp_closed = fclose(fp);