Home
last modified time | relevance | path

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

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js1237 chromeos_update_engine.InstallOperation = (function() { class in chromeos_update_engine
1263 function InstallOperation(properties) { class in chromeos_update_engine.InstallOperation
1279 InstallOperation.prototype.type = 0; class
1287 InstallOperation.prototype.dataOffset = $util.Long ? $util.Long.fromBits(0,0,true) : 0;
1295 InstallOperation.prototype.dataLength = $util.Long ? $util.Long.fromBits(0,0,true) : 0;
1303 InstallOperation.prototype.srcExtents = $util.emptyArray;
1311 InstallOperation.prototype.srcLength = $util.Long ? $util.Long.fromBits(0,0,true) : 0;
1319 InstallOperation.prototype.dstExtents = $util.emptyArray;
1327 InstallOperation.prototype.dstLength = $util.Long ? $util.Long.fromBits(0,0,true) : 0;
1335 InstallOperation.prototype.dataSha256Hash = $util.newBuffer([]);
[all …]
Dpayload_nonab.js74 let op = new chromeos_update_engine.InstallOperation()
Dpayload.js269 let /** Array<{String: Number}>*/ types = update_metadata_pb.InstallOperation.Type