Home
last modified time | relevance | path

Searched defs:downloaded_data (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dflashing.cpp113 int FlashRawData(PartitionHandle* handle, const std::vector<char>& downloaded_data) { in FlashRawData()
134 int FlashSparseData(PartitionHandle* handle, std::vector<char>& downloaded_data) { in FlashSparseData()
145 int FlashBlockDevice(PartitionHandle* handle, std::vector<char>& downloaded_data) { in FlashBlockDevice()