Searched refs:filetype (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/src/trace_collection/ |
D | proxy_client.ts | 257 for (const filetype of Object.keys(filesByType)) { 258 const files = filesByType[filetype]; 264 const newFile = new File([blob], filetype);
|
/development/tools/winscope/src/adb/ |
D | winscope_proxy.py | 130 def __init__(self, file, filetype) -> None: argument 132 self.type = filetype 142 def __init__(self, path, matcher, filetype) -> None: argument 145 self.type = filetype 159 def __init__(self, path, matcher, filetype) -> None: argument 161 … self.internal_matchers = list(map(lambda ext: FileMatcher(path, f'{matcher}{ext}', filetype), 163 self.type = filetype
|