Home
last modified time | relevance | path

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

/system/libziparchive/include/ziparchive/
Dzip_archive.h43 struct ZipEntryCommon { struct
96 struct ZipEntry : public ZipEntryCommon { argument
113 ZipEntry& operator=(const ZipEntryCommon& other) {
114 ZipEntryCommon::operator=(other);
120 struct ZipEntry64 : public ZipEntryCommon {
132 explicit ZipEntry64(const ZipEntry& zip_entry) : ZipEntryCommon(zip_entry) { in ZipEntry64()
/system/libziparchive/
Dzip_archive.cc1654 tm ZipEntryCommon::GetModificationTime() const { in GetModificationTime()