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

/fuchsia/zircon/system/uapp/iochk/
H A Diochk.cpp119 class Checker { class in namespace:__anon854
128 virtual ~Checker() = default;
129 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(Checker);
132 Checker(void* buffer) function in class:__anon854::Checker
183 class BlockChecker : public Checker {
187 fbl::unique_ptr<Checker>* checker) {
279 : Checker(mapped_vmo->GetData()), mapped_vmo_(fbl::move(mapped_vmo)), info_(info),
294 class SkipBlockChecker : public Checker {
297 fbl::unique_ptr<Checker>* checker) {
379 : Checker(mapped_vm
[all...]

Completed in 25 milliseconds