Searched refs:readSum (Results 1 – 2 of 2) sorted by relevance
191 size_t readSum = fread(buf, 1, ZIP_BUF_SIZE, fp); in AddFileContentToZip() local192 if (readSum < 1) { in AddFileContentToZip()196 if (zipWriteInFileInZip(zip_file, buf, readSum) != ZIP_OK) { in AddFileContentToZip()
618 size_t readSum = fread(buf, 1, bufSize, fp); in GetProcessAdjLabel() local621 if (readSum < 1) { in GetProcessAdjLabel()