Home
last modified time | relevance | path

Searched refs:UpdateAllPartitionMetadata (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/device/
Dutility.h88 bool UpdateAllPartitionMetadata(FastbootDevice* device, const std::string& super_name,
Dflashing.cpp237 if (!UpdateAllPartitionMetadata(device, super_name, *new_metadata.get())) { in UpdateSuper()
Dutility.cpp210 bool UpdateAllPartitionMetadata(FastbootDevice* device, const std::string& super_name, in UpdateAllPartitionMetadata() function
Dcommands.cpp456 return UpdateAllPartitionMetadata(device_, super_device_, *metadata.get()); in Write()