Home
last modified time | relevance | path

Searched defs:fileBlob (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/common/
H A Dfile_utils.ts82 const fileBlob = await file.async('blob'); constant
100 const fileBlob = await new Response(decompressedStream).blob(); constant