Searched refs:is_bound_ (Results 1 – 1 of 1) sorted by relevance
133 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_); in ScopedLoopbackDeviceBinder()134 EXPECT_TRUE(is_bound_); in ScopedLoopbackDeviceBinder()136 if (is_bound_ && dev) in ScopedLoopbackDeviceBinder()141 if (!is_bound_) in ~ScopedLoopbackDeviceBinder()153 EXPECT_TRUE(is_bound_); in dev()157 bool is_bound() const { return is_bound_; } in is_bound()161 bool is_bound_; variable