Searched refs:is_bound_ (Results 1 – 1 of 1) sorted by relevance
104 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