Searched refs:unique_fs (Results 1 – 1 of 1) sorted by relevance
191 auto unique_fs = std::make_unique<NiceMock<MockWritableFileSystem>>(); in SetUp() local192 fs = unique_fs.get(); in SetUp()193 vintffm = std::make_unique<VintfFm>(std::move(unique_fs)); in SetUp()