Home
last modified time | relevance | path

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

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js2313 PartitionUpdate.prototype.hashTreeExtent = null; method in PartitionUpdate
2424 … if (message.hashTreeExtent != null && Object.hasOwnProperty.call(message, "hashTreeExtent"))
2425 …$root.chromeos_update_engine.Extent.encode(message.hashTreeExtent, writer.uint32(/* id 11, wireTyp…
2512 … message.hashTreeExtent = $root.chromeos_update_engine.Extent.decode(reader, reader.uint32());
2624 if (message.hashTreeExtent != null && message.hasOwnProperty("hashTreeExtent")) {
2625 let error = $root.chromeos_update_engine.Extent.verify(message.hashTreeExtent);
2723 if (object.hashTreeExtent != null) {
2724 if (typeof object.hashTreeExtent !== "object")
2726 … message.hashTreeExtent = $root.chromeos_update_engine.Extent.fromObject(object.hashTreeExtent);
2798 object.hashTreeExtent = null;
[all …]