Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc703 struct IterationHandle { struct
711 IterationHandle(const ZipString* in_prefix, const ZipString* in_suffix) { in IterationHandle() argument
732 ~IterationHandle() { in ~IterationHandle() argument
745 IterationHandle* cookie = new IterationHandle(optional_prefix, optional_suffix); in StartIteration()
754 delete reinterpret_cast<IterationHandle*>(cookie); in EndIteration()
773 IterationHandle* handle = reinterpret_cast<IterationHandle*>(cookie); in Next()