Searched refs:unzippedArchives (Results 1 – 1 of 1) sorted by relevance
61 const unzippedArchives = await this.unzipFiles( constant67 if (unzippedArchives.length === 0) {72 for (const unzippedArchive of unzippedArchives) {289 const unzippedArchives: UnzippedArchive[] = []; constant309 unzippedArchives.push([...subTraceFiles]);316 unzippedArchives.push([new TraceFile(unzippedFile, file)]);319 unzippedArchives.push([new TraceFile(file, undefined)]);326 return unzippedArchives;