Searched refs:bonus_file (Results 1 – 1 of 1) sorted by relevance
59 const std::string& patch_file, const std::string& bonus_file) { in PatchMode() argument81 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()