Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp59 const std::string& patch_file, const std::string& bonus_file) { in PatchMode() argument
81 if (!bonus_file.empty()) { in PatchMode()
83 if (!android::base::ReadFileToString(bonus_file, &bonus_contents)) { in PatchMode()
84 PLOG(ERROR) << "Failed to read bonus file \"" << bonus_file << "\""; in PatchMode()