Home
last modified time | relevance | path

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

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