Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h94 bool FlashPartition(const Partition& target, const std::string& source_filename);
/bootable/recovery/applypatch/
Dapplypatch.cpp290 bool FlashPartition(const Partition& partition, const std::string& source_filename) { in FlashPartition() argument
303 if (!LoadFileContents(source_filename, &source_file)) { in FlashPartition()
316 LOG(ERROR) << "source \"" << source_filename << "\" doesn't have expected SHA-1 sum"; in FlashPartition()