Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/
Dfile_utils.ts177 static async isGZipFile(file: File): Promise<boolean> { method in FileUtils
/development/tools/winscope/src/app/
Dtrace_pipeline.ts345 if (await FileUtils.isGZipFile(file)) {