Home | Sort by relevance Sort by last modified time |
/system/update_engine/common/ | |
test_utils.h | 136 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_); 137 EXPECT_TRUE(is_bound_); 139 if (is_bound_ && dev) 144 if (!is_bound_) 156 EXPECT_TRUE(is_bound_); 160 bool is_bound() const { return is_bound_; } 164 bool is_bound_; member in class:chromeos_update_engine::test_utils::ScopedLoopbackDeviceBinder |
/external/libbrillo/brillo/ | |
process.cc | 72 info.is_bound_ = false; 78 info.is_bound_ = true; 152 if (i->second.is_bound_) { |
process.h | 198 bool is_bound_; member in struct:brillo::ProcessImpl::PipeInfo |