Home | History | Annotate | Download | only in dnld

Lines Matching defs:pFile

1017   FILE* pFile = NULL;
1035 pFile = fopen(nfcFL._FW_BIN_PATH.c_str(), "r");
1036 if (NULL == pFile) {
1042 fseek(pFile, 0, SEEK_END);
1045 ftellFileSize = ftell(pFile);
1054 fseek(pFile, 0, SEEK_SET);
1062 fclose(pFile);
1068 (uint32_t)fread(pFwHandle, sizeof(uint8_t), (size_t)fileSize, pFile);
1071 fclose(pFile);
1082 fclose(pFile);