Home
last modified time | relevance | path

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

/aosp12/system/libvintf/test/
H A DVintfFmTest.cpp191 auto unique_fs = std::make_unique<NiceMock<MockWritableFileSystem>>(); in SetUp() local
192 fs = unique_fs.get(); in SetUp()
193 vintffm = std::make_unique<VintfFm>(std::move(unique_fs)); in SetUp()