Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DZipArchive.cpp123 using IterationEnder = std::unique_ptr<void, decltype(EndIteration)*>; in Create() typedef
124 IterationEnder iteration_ender(cookie, EndIteration); in Create()