Home
last modified time | relevance | path

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

/development/tools/ota_analysis/src/components/
DPartitionDetail.vue3 <p v-if="partition.estimateCowSize">
4 <strong> Estimate COW Size: </strong> {{ partition.estimateCowSize }} Bytes
/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js2377 PartitionUpdate.prototype.estimateCowSize = $util.Long ? $util.Long.fromBits(0,0,true) : 0; method in PartitionUpdate
2441 … if (message.estimateCowSize != null && Object.hasOwnProperty.call(message, "estimateCowSize"))
2442 writer.uint32(/* id 19, wireType 0 =*/152).uint64(message.estimateCowSize);
2538 message.estimateCowSize = reader.uint64();
2660 if (message.estimateCowSize != null && message.hasOwnProperty("estimateCowSize"))
2661 …message.estimateCowSize) && !(message.estimateCowSize && $util.isInteger(message.estimateCowSize.l…
2759 if (object.estimateCowSize != null)
2761 … (message.estimateCowSize = $util.Long.fromValue(object.estimateCowSize)).unsigned = true;
2762 else if (typeof object.estimateCowSize === "string")
2763 message.estimateCowSize = parseInt(object.estimateCowSize, 10);
[all …]