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