Home
last modified time | relevance | path

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

/development/tools/ota_analysis/src/components/
DOperationDetail.vue10 <li v-if="operation.hasOwnProperty('srcExtents')">
11 <strong> Source: </strong> {{ operation.srcExtents.length }} extents ({{ srcTotalBlocks }}
50 if (this.operation.srcExtents) {
51 this.srcTotalBlocks = numBlocks(this.operation.srcExtents)
52 this.srcBlocks = displayBlocks(this.operation.srcExtents)
/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js1264 this.srcExtents = []; property in chromeos_update_engine.InstallOperation.InstallOperation
1303 InstallOperation.prototype.srcExtents = $util.emptyArray; method in InstallOperation
1382 if (message.srcExtents != null && message.srcExtents.length)
1383 for (let i = 0; i < message.srcExtents.length; ++i)
1384 …$root.chromeos_update_engine.Extent.encode(message.srcExtents[i], writer.uint32(/* id 4, wireType …
1443 if (!(message.srcExtents && message.srcExtents.length))
1444 message.srcExtents = [];
1445 … message.srcExtents.push($root.chromeos_update_engine.Extent.decode(reader, reader.uint32()));
1545 if (message.srcExtents != null && message.hasOwnProperty("srcExtents")) {
1546 if (!Array.isArray(message.srcExtents))
[all …]