Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp637 auto firstCleanup = [](const std::string* ptr) { IncFsMount::cleanupFilesystem(*ptr); }; in createStorage() local
639 std::unique_ptr<std::string, decltype(firstCleanup)>(&mountRoot, firstCleanup); in createStorage()