Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp218 int WriteToPartition(const unsigned char* data, size_t len, const std::string& target) { in WriteToPartition() function
589 if (WriteToPartition(source_file.data.data(), target_size, target_filename) != 0) { in applypatch_flash()
662 if (WriteToPartition(reinterpret_cast<const unsigned char*>(memory_sink_str.c_str()), in GenerateTarget()