Home
last modified time | relevance | path

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

/system/ulib/zxtest/
A Dtest.cpp14 ZX_DEBUG_ASSERT_MSG(driver_ != nullptr, "Runner must set the test driver."); in Run()
17 if (driver_->Continue()) { in Run()
/system/ulib/ftl/ftln/
A Dvolume.cpp14 ZX_DEBUG_ASSERT(!driver_); in Init()
15 driver_ = std::move(driver); in Init()
21 const char* error = driver_->Init(); in Init()
30 if (!driver_->Detach()) { in ReAttach()
126 const char* error = driver_->Attach(this); in Attach()
/system/ulib/zxtest/include/zxtest/base/
A Dtest-internal.h20 TestDriver* driver_ = nullptr;
A Dtest.h24 derived->driver_ = driver; in Create()
/system/ulib/ftl/include/lib/ftl/
A Dvolume.h118 std::unique_ptr<NdmDriver> driver_; variable

Completed in 14 milliseconds