Home
last modified time | relevance | path

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

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js3445 chromeos_update_engine.ApexInfo = (function() { class in chromeos_update_engine
3465 function ApexInfo(properties) { class in chromeos_update_engine.ApexInfo
3478 ApexInfo.prototype.packageName = ""; class
3486 ApexInfo.prototype.version = $util.Long ? $util.Long.fromBits(0,0,false) : 0;
3494 ApexInfo.prototype.isCompressed = false;
3502 ApexInfo.prototype.decompressedSize = $util.Long ? $util.Long.fromBits(0,0,false) : 0;
3512 ApexInfo.create = function create(properties) {
3513 return new ApexInfo(properties);
3525 ApexInfo.encode = function encode(message, writer) {
3548 ApexInfo.encodeDelimited = function encodeDelimited(message, writer) {
[all …]