Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/incremental/
H A DIncrementalService.cpp693 auto secondCleanup = [this, &l](auto itPtr) { in createStorage() local
700 std::unique_ptr<decltype(mountIt), decltype(secondCleanup)>(&mountIt, secondCleanup); in createStorage()