Searched refs:Exists (Results 1 – 5 of 5) sorted by relevance
44 ASSERT_FALSE(device.Exists()); in TEST()51 ASSERT_TRUE(device2.Exists()); in TEST()58 ASSERT_TRUE(device3.Exists()); in TEST()69 ASSERT_FALSE(device.Exists()); in TEST()76 ASSERT_TRUE(device2.Exists()); in TEST()83 ASSERT_TRUE(device3.Exists()); in TEST()94 ASSERT_FALSE(device.Exists()); in TEST()105 ASSERT_TRUE(device2.Exists()); in TEST()114 ASSERT_FALSE(device.Exists()); in TEST()119 ASSERT_TRUE(device.Exists()); in TEST()[all …]
85 bool Device::Exists() { in Exists() function in bluetooth::storage::Device
157 bool Exists();
27 Exists, enumerator71 Self::Exists => write!(f, "Attempted to create an existing node or property"), in fmt()120 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()