Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h94 bool FlashPartition(const Partition& target, const std::string& source_filename);
/bootable/recovery/applypatch/
Dapplypatch_modes.cpp55 return FlashPartition(target, source_file) ? 0 : 1; in FlashMode()
Dapplypatch.cpp290 bool FlashPartition(const Partition& partition, const std::string& source_filename) { in FlashPartition() function