Home
last modified time | relevance | path

Searched refs:isZipFile (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/common/
Dfile_utils.ts99 static async isZipFile(file: File): Promise<boolean> { method in FileUtils
/development/tools/winscope/src/app/
Dtrace_file_filter.ts161 if (await FileUtils.isZipFile(file.file)) {
Dtrace_pipeline.ts303 if (await FileUtils.isZipFile(file)) {