Searched refs:GetTableStatus (Results 1 – 4 of 4) sorted by relevance
129 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table);
167 ASSERT_TRUE(dm.GetTableStatus(dev.name(), &targets)); in TEST()
291 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function in android::dm::DeviceMapper
1709 if (!dm.GetTableStatus(mount_point, &table) || table.empty() || table[0].data.empty()) { in fs_mgr_is_verity_enabled()