Home
last modified time | relevance | path

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

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js706 chromeos_update_engine.PartitionInfo = (function() { class in chromeos_update_engine
724 function PartitionInfo(properties) { class in chromeos_update_engine.PartitionInfo
737 PartitionInfo.prototype.size = $util.Long ? $util.Long.fromBits(0,0,true) : 0; class
745 PartitionInfo.prototype.hash = $util.newBuffer([]);
755 PartitionInfo.create = function create(properties) {
756 return new PartitionInfo(properties);
768 PartitionInfo.encode = function encode(message, writer) {
787 PartitionInfo.encodeDelimited = function encodeDelimited(message, writer) {
802 PartitionInfo.decode = function decode(reader, length) {
805 …ned ? reader.len : reader.pos + length, message = new $root.chromeos_update_engine.PartitionInfo();
[all …]
Dpayload_nonab.js48 partition.newPartitionInfo = new chromeos_update_engine.PartitionInfo()