Searched refs:firstCleanup (Results 1 – 1 of 1) sorted by relevance
637 auto firstCleanup = [](const std::string* ptr) { IncFsMount::cleanupFilesystem(*ptr); }; in createStorage() local639 std::unique_ptr<std::string, decltype(firstCleanup)>(&mountRoot, firstCleanup); in createStorage()