Searched refs:PartitionInfo (Results 1 – 2 of 2) sorted by relevance
706 chromeos_update_engine.PartitionInfo = (function() { class in chromeos_update_engine724 function PartitionInfo(properties) { class in chromeos_update_engine.PartitionInfo737 PartitionInfo.prototype.size = $util.Long ? $util.Long.fromBits(0,0,true) : 0; class745 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 …]
48 partition.newPartitionInfo = new chromeos_update_engine.PartitionInfo()