Searched refs:patch_contents (Results 1 – 1 of 1) sorted by relevance
73 std::string patch_contents; in PatchMode() local74 if (!android::base::ReadFileToString(patch_file, &patch_contents)) { in PatchMode()79 Value patch(Value::Type::BLOB, std::move(patch_contents)); in PatchMode()