Searched refs:UpdateAllPartitionMetadata (Results 1 – 4 of 4) sorted by relevance
88 bool UpdateAllPartitionMetadata(FastbootDevice* device, const std::string& super_name,
237 if (!UpdateAllPartitionMetadata(device, super_name, *new_metadata.get())) { in UpdateSuper()
210 bool UpdateAllPartitionMetadata(FastbootDevice* device, const std::string& super_name, in UpdateAllPartitionMetadata() function
456 return UpdateAllPartitionMetadata(device_, super_device_, *metadata.get()); in Write()