Searched refs:readSize (Results 1 – 1 of 1) sorted by relevance
711 long readSize; in copyPartialFpToFp() local713 readSize = sizeof(tmpBuf); in copyPartialFpToFp()714 if (readSize > length) in copyPartialFpToFp()715 readSize = length; in copyPartialFpToFp()717 count = fread(tmpBuf, 1, readSize, srcFp); in copyPartialFpToFp()718 if ((long) count != readSize) { // error or unexpected EOF in copyPartialFpToFp()719 ALOGD("fread %d bytes failed\n", (int) readSize); in copyPartialFpToFp()731 length -= readSize; in copyPartialFpToFp()