Home
last modified time | relevance | path

Searched refs:readSum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp191 size_t readSum = fread(buf, 1, ZIP_BUF_SIZE, fp); in AddFileContentToZip() local
192 if (readSum < 1) { in AddFileContentToZip()
196 if (zipWriteInFileInZip(zip_file, buf, readSum) != ZIP_OK) { in AddFileContentToZip()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp618 size_t readSum = fread(buf, 1, bufSize, fp); in GetProcessAdjLabel() local
621 if (readSum < 1) { in GetProcessAdjLabel()