Home
last modified time | relevance | path

Searched defs:EntryFileStat (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h30 struct EntryFileStat { struct
32 uint32_t GetUncompressedSize() const in GetUncompressedSize()
37 uint32_t GetCompressedSize() const in GetCompressedSize()
42 inline uint32_t GetOffset() const in GetOffset()
47 inline bool IsCompressed() const in IsCompressed()
52 unz_file_info file_stat;
53 uint32_t offset;