Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_writer.cc85 ZipWriter::ZipWriter(FILE* f) : file_(f), current_offset_(0), state_(State::kWritingZip), in ZipWriter()
90 current_offset_(writer.current_offset_), in ZipWriter()
101 current_offset_ = writer.current_offset_; in operator =()
176 fileInfo.local_file_header_offset = current_offset_; in StartAlignedEntryWithTime()
208 off64_t offset = current_offset_ + sizeof(header) + fileInfo.path.size(); in StartAlignedEntryWithTime()
235 current_offset_ = offset; in StartAlignedEntryWithTime()
292 current_offset_ += len; in StoreBytes()
320 current_offset_ += write_bytes; in CompressBytes()
346 current_offset_ += write_bytes; in FlushCompressedBytes()
361 current_offset_ += write_bytes; in FlushCompressedBytes()
[all …]
/system/core/include/ziparchive/
Dzip_writer.h158 off64_t current_offset_; variable