Home
last modified time | relevance | path

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

/development/tools/ota_analysis/src/services/
Dpayload_nonab.js9 constructor(packedFile) { argument
11 this.packedFile = packedFile
24 const /** Array<Entry> */ entries = await this.packedFile.getEntries()
122 const /** Array<Entry> */ entries = await this.packedFile.getEntries()
Dpayload.js108 this.packedFile = new zip.ZipReader(new zip.BlobReader(file))
116 let /** Array<Entry> */ entries = await this.packedFile.getEntries()
143 let manifest = new PayloadNonAB(this.packedFile)