Searched defs:IterationHandle (Results 1 - 1 of 1) sorted by relevance

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

Completed in 195 milliseconds