Searched refs:block_cache (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fs-host/
H A Dutil.cpp70 fbl::unique_ptr<minfs::Bcache> block_cache; local
71 if (minfs::Bcache::Create(&block_cache, fbl::move(disk), size) < 0) {
76 return minfs_check(fbl::move(block_cache));

Completed in 8 milliseconds