Searched refs:GetDevice (Results 1 – 6 of 6) sorted by relevance
100 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 …]
114 inline std::string GetDevice(const std::string& name) { in GetDevice() function
175 dev_t before = GetDevice(mSdcardFsFull); in doMount()216 while (before == GetDevice(mSdcardFsFull)) { in doMount()
352 dev_t before = GetDevice(mSdcardFsFull); in doMount()386 while (before == GetDevice(mSdcardFsFull)) { in doMount()
163 dev_t GetDevice(const std::string& path);
1172 dev_t GetDevice(const std::string& path) { in GetDevice() function