Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc966 class Writer { class
969 virtual ~Writer() {} in ~Writer()
971 Writer() = default;
973 DISALLOW_COPY_AND_ASSIGN(Writer);
979 class MemoryWriter : public Writer {
981 MemoryWriter(uint8_t* buf, size_t size) : Writer(), in MemoryWriter()
1005 class FileWriter : public Writer {
1071 Writer(), in FileWriter()
1091 Writer* writer, uint64_t* crc_out) { in InflateEntryToWriter()
1189 static int32_t CopyEntryToWriter(int fd, const ZipEntry* entry, Writer* writer, in CopyEntryToWriter()
[all …]