Searched refs:Exists (Results 1 – 5 of 5) sorted by relevance
45 ASSERT_FALSE(device.Exists()); in TEST()53 ASSERT_TRUE(device2.Exists()); in TEST()61 ASSERT_TRUE(device3.Exists()); in TEST()73 ASSERT_FALSE(device.Exists()); in TEST()81 ASSERT_TRUE(device2.Exists()); in TEST()89 ASSERT_TRUE(device3.Exists()); in TEST()101 ASSERT_FALSE(device.Exists()); in TEST()114 ASSERT_TRUE(device2.Exists()); in TEST()124 ASSERT_FALSE(device.Exists()); in TEST()129 ASSERT_TRUE(device.Exists()); in TEST()[all …]
83 bool Device::Exists() { return config_->HasSection(section_); } in Exists() function in bluetooth::storage::Device
165 bool Exists();
28 Exists, enumerator72 Self::Exists => write!(f, "Attempted to create an existing node or property"), in fmt()123 x if x == -(FDT_ERR_EXISTS as c_int) => Err(FdtError::Exists), in try_from()
102 bool Exists(__u64 ino) const { in Exists() function180 if (!tracker->Exists(ino)) return nullptr; in FromInodeNoThrow()