Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Ddevice_test.cc45 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 …]
Ddevice.cc83 bool Device::Exists() { return config_->HasSection(section_); } in Exists() function in bluetooth::storage::Device
Ddevice.h165 bool Exists();
/packages/modules/Virtualization/libs/libfdt/src/
Dresult.rs28 Exists, enumerator
72 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()
/packages/providers/MediaProvider/jni/
Dnode-inl.h102 bool Exists(__u64 ino) const { in Exists() function
180 if (!tracker->Exists(ino)) return nullptr; in FromInodeNoThrow()