Searched refs:pfPackageFile (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKAndroidDevice.cpp | 1153 FILE *pfPackageFile = NULL; in IsExistBootloaderInFw() local 1172 pfPackageFile = fopen(package_name, "wb+"); in IsExistBootloaderInFw() 1173 if (!pfPackageFile) in IsExistBootloaderInFw() 1249 size_wr = fwrite(pBuffer + 8, 1, uiWroteByte - 12, pfPackageFile); in IsExistBootloaderInFw() 1253 size_wr = fwrite(pBuffer, 1, uiWroteByte, pfPackageFile); in IsExistBootloaderInFw() 1271 fseek(pfPackageFile, 0, SEEK_SET); in IsExistBootloaderInFw() 1272 while ((read = getline(&line, &len, pfPackageFile)) != -1) in IsExistBootloaderInFw() 1302 if (pfPackageFile) in IsExistBootloaderInFw() 1304 fclose(pfPackageFile); in IsExistBootloaderInFw()
|