Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc850 struct IterationHandle { struct
860 IterationHandle(const ZipEntryName* prefix_name, in IterationHandle() argument
878 ~IterationHandle() { in ~IterationHandle() argument
894 IterationHandle* cookie = new IterationHandle(optional_prefix, optional_suffix); in StartIteration()
903 delete reinterpret_cast<IterationHandle*>(cookie); in EndIteration()
926 IterationHandle* handle = reinterpret_cast<IterationHandle*>(cookie); in Next()