Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp82 std::string bonus_contents; in PatchMode() local
83 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()