Searched refs:InstallOperation (Results 1 – 3 of 3) sorted by relevance
1237 chromeos_update_engine.InstallOperation = (function() { class in chromeos_update_engine1263 function InstallOperation(properties) { class in chromeos_update_engine.InstallOperation1279 InstallOperation.prototype.type = 0; class1287 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 …]
74 let op = new chromeos_update_engine.InstallOperation()
269 let /** Array<{String: Number}>*/ types = update_metadata_pb.InstallOperation.Type