Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.h104 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_); in ScopedLoopbackDeviceBinder()
105 EXPECT_TRUE(is_bound_); in ScopedLoopbackDeviceBinder()
107 if (is_bound_ && dev) in ScopedLoopbackDeviceBinder()
112 if (!is_bound_) in ~ScopedLoopbackDeviceBinder()
124 EXPECT_TRUE(is_bound_); in dev()
128 bool is_bound() const { return is_bound_; } in is_bound()
132 bool is_bound_; variable