Home | History | Annotate | Download | only in slang

Lines Matching full:pfin

306   FILE *pfin = fopen(mBitCodeFilePath.c_str(), "rb");
307 if (pfin == NULL) {
317 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {