Searched refs:GarbageCollect (Results 1 – 4 of 4) sorted by relevance
71 virtual zx_status_t GarbageCollect() = 0;93 zx_status_t GarbageCollect() final;
39 zx_status_t GarbageCollect() final { return ZX_OK; } in GarbageCollect() function in __anon8d9050750111::FakeVolume
159 ASSERT_EQ(ZX_OK, ftl.volume()->GarbageCollect()); in GarbageCollectTest()161 ASSERT_EQ(ZX_ERR_STOP, ftl.volume()->GarbageCollect()); in GarbageCollectTest()
87 zx_status_t VolumeImpl::GarbageCollect() { in GarbageCollect() function in ftl::VolumeImpl
Completed in 4 milliseconds