Searched refs:GetBlockDevicePartitionNames (Results 1 – 5 of 5) sorted by relevance
113 std::vector<std::string> GetBlockDevicePartitionNames(const LpMetadata& metadata);
52 using android::fs_mgr::GetBlockDevicePartitionNames;735 for (const auto& name : GetBlockDevicePartitionNames(*metadata.get())) { in MapAllImages()
230 [&]() { GetBlockDevicePartitionNames(metadataValue); }, in process()
137 std::vector<std::string> GetBlockDevicePartitionNames(const LpMetadata& metadata) { in GetBlockDevicePartitionNames() function
356 auto partition_names = android::fs_mgr::GetBlockDevicePartitionNames(metadata); in InitDmLinearBackingDevices()