Home
last modified time | relevance | path

Searched refs:GetDevice (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc100 return GetDevice(dynamicControl().GetSuperPartitionName(slot)); in GetSuperDevice()
350 DeviceExists(AnyOf(GetDevice(S("bar")), in TEST_P()
351 GetDevice(T("bar")), in TEST_P()
352 GetDevice(S("system")), in TEST_P()
353 GetDevice(T("system"))))) in TEST_P()
381 EXPECT_EQ(GetDevice(T("system")), system_device); in TEST_P()
388 EXPECT_EQ(GetDevice(S("bar")), bar_device); in TEST_P()
393 EXPECT_EQ(GetDevice(T("bar")), bar_device); in TEST_P()
409 DeviceExists(AnyOf(GetDevice(S("vendor")), in TEST_P()
410 GetDevice(T("vendor")), in TEST_P()
[all …]
Ddynamic_partition_test_utils.h114 inline std::string GetDevice(const std::string& name) { in GetDevice() function
/system/vold/model/
DPublicVolume.cpp175 dev_t before = GetDevice(mSdcardFsFull); in doMount()
216 while (before == GetDevice(mSdcardFsFull)) { in doMount()
DEmulatedVolume.cpp352 dev_t before = GetDevice(mSdcardFsFull); in doMount()
386 while (before == GetDevice(mSdcardFsFull)) { in doMount()
/system/vold/
DUtils.h163 dev_t GetDevice(const std::string& path);
DUtils.cpp1172 dev_t GetDevice(const std::string& path) { in GetDevice() function