Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp73 std::string patch_contents; in PatchMode() local
74 if (!android::base::ReadFileToString(patch_file, &patch_contents)) { in PatchMode()
79 Value patch(Value::Type::BLOB, std::move(patch_contents)); in PatchMode()