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

/system/core/libziparchive/
H A Dzip_archive.cc670 struct IterationHandle { struct
678 IterationHandle(const ZipString* in_prefix, function in struct:IterationHandle
700 ~IterationHandle() {
716 IterationHandle* cookie = new IterationHandle(optional_prefix, optional_suffix);
725 delete reinterpret_cast<IterationHandle*>(cookie);
748 IterationHandle* handle = reinterpret_cast<IterationHandle*>(cookie);

Completed in 45 milliseconds