Searched refs:GetBlockDevicePartitionNames (Results 1 – 4 of 4) sorted by relevance
113 std::vector<std::string> GetBlockDevicePartitionNames(const LpMetadata& metadata);
52 using android::fs_mgr::GetBlockDevicePartitionNames;730 for (const auto& name : GetBlockDevicePartitionNames(*metadata.get())) { in MapAllImages()
136 std::vector<std::string> GetBlockDevicePartitionNames(const LpMetadata& metadata) { in GetBlockDevicePartitionNames() function
340 auto partition_names = android::fs_mgr::GetBlockDevicePartitionNames(metadata); in InitDmLinearBackingDevices()