Searched refs:bonus_contents (Results 1 – 1 of 1) sorted by relevance
82 std::string bonus_contents; in PatchMode() local83 if (!android::base::ReadFileToString(bonus_file, &bonus_contents)) { in PatchMode()87 bonus = std::make_unique<Value>(Value::Type::BLOB, std::move(bonus_contents)); in PatchMode()