Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.cpp445 size_t readLen = (remainSize > UNZIP_BUF_OUT_LEN) ? UNZIP_BUF_OUT_LEN : remainSize; in UnzipWithStore() local
446 std::string readBuffer = zipFileReader_->ReadBuffer(startPos, readLen); in UnzipWithStore()
450 remainSize -= readLen; in UnzipWithStore()
451 startPos += readLen; in UnzipWithStore()

Completed in 2 milliseconds