Home
last modified time | relevance | path

Searched refs:unzipFile (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/common/
Dfile_utils.ts112 static async unzipFile( method in FileUtils
130 unzippedFiles.push(...(await FileUtils.unzipFile(fileBlob)));
Dfile_utils_test.ts75 const unzippedFiles = await FileUtils.unzipFile(validZipFile);
84 const unzippedFiles = await FileUtils.unzipFile(validZipFile);
/development/tools/winscope/src/app/
Dtrace_file_filter.ts167 const subFiles = await FileUtils.unzipFile(file.file);
Dtrace_pipeline.ts351 const subFiles = await FileUtils.unzipFile(file, onSubProgressUpdate);
Dtrace_pipeline_test.ts510 const actualArchiveContents = (await FileUtils.unzipFile(zipArchive))
Dloaded_parsers_test.ts565 const actualArchiveContents = (await FileUtils.unzipFile(zipArchive))