Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.h109 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_); in ScopedLoopbackDeviceBinder()
110 EXPECT_TRUE(is_bound_); in ScopedLoopbackDeviceBinder()
112 if (is_bound_ && dev) in ScopedLoopbackDeviceBinder()
117 if (!is_bound_) in ~ScopedLoopbackDeviceBinder()
129 EXPECT_TRUE(is_bound_); in dev()
133 bool is_bound() const { return is_bound_; } in is_bound()
137 bool is_bound_; variable