Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc644 struct IterationHandle { struct
652 IterationHandle(const ZipString* in_prefix, in IterationHandle() argument
674 ~IterationHandle() { in ~IterationHandle() argument
690 IterationHandle* cookie = new IterationHandle(optional_prefix, optional_suffix); in StartIteration()
699 delete reinterpret_cast<IterationHandle*>(cookie); in EndIteration()
722 IterationHandle* handle = reinterpret_cast<IterationHandle*>(cookie); in Next()