Home
last modified time | relevance | path

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

/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()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp612 size_t readSum = fread(buf, 1, bufSize, fp); in GetProcessAdjLabel() local
615 if (readSum < 1) { in GetProcessAdjLabel()

Completed in 3 milliseconds