Searched refs:readSize (Results 1 – 1 of 1) sorted by relevance
848 long readSize; in copyPartialFpToFp() local850 readSize = sizeof(tmpBuf); in copyPartialFpToFp()851 if (readSize > length) in copyPartialFpToFp()852 readSize = length; in copyPartialFpToFp()854 count = fread(tmpBuf, 1, readSize, srcFp); in copyPartialFpToFp()855 if ((long) count != readSize) { // error or unexpected EOF in copyPartialFpToFp()856 ALOGD("fread %d bytes failed\n", (int) readSize); in copyPartialFpToFp()868 length -= readSize; in copyPartialFpToFp()