Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file_reader_mem.cpp34 auto const readCount = read(fd_, fileContent_.data() + pos, fileContent_.size() - pos); in init() local
35 if (readCount < 0) { in init()
38 } else if (readCount == 0) { in init()
42 pos += readCount; in init()
H A Dzip_file_reader_io.cpp44 auto const readCount = pread(fd_, dst, bufferSize, startPos); in ReadBuffer() local
45 if (readCount < 0 || static_cast<size_t>(readCount) < bufferSize) { in ReadBuffer()

Completed in 2 milliseconds