Home
last modified time | relevance | path

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

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