Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_util_jar_StrictJarFile.cpp76 class IterationHandle { class
78 IterationHandle() : in IterationHandle() function in __anon4dd28b2d0110::IterationHandle
/aosp12/system/libziparchive/
H A Dzip_archive.cc949 struct IterationHandle { struct
956 IterationHandle(ZipArchive* archive, std::function<bool(std::string_view)> in_matcher) in IterationHandle() argument
959 bool Match(std::string_view entry_name) const { return matcher(entry_name); } in Match()