Searched refs:FindBlockDeviceByName (Results 1 – 2 of 2) sorted by relevance
1001 bool MetadataBuilder::FindBlockDeviceByName(const std::string& partition_name, in FindBlockDeviceByName() function in android::fs_mgr::MetadataBuilder1014 return FindBlockDeviceByName(partition_name, &index); in HasBlockDevice()1020 if (!FindBlockDeviceByName(partition_name, &index)) { in GetBlockDeviceInfo()1035 if (!FindBlockDeviceByName(partition_name, &index)) { in UpdateBlockDeviceInfo()1231 if (!FindBlockDeviceByName(block_device, &device_index)) { in AddLinearExtent()
388 bool FindBlockDeviceByName(const std::string& partition_name, uint32_t* index) const;