Searched refs:filetype (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 75 def __init__(self, file, filetype) -> None: argument 77 self.type = filetype 87 def __init__(self, path, matcher, filetype) -> None: argument 90 self.type = filetype 104 def __init__(self, path, matcher, filetype) -> None: argument 106 … self.internal_matchers = list(map(lambda ext: FileMatcher(path, f'{matcher}{ext}', filetype), 108 self.type = filetype
|
/development/tools/winscope/src/ |
D | decode.js | 669 for (const [filetype, condition] of [ 676 const [, fileData] = decodedFile(filetype, buffer, fileName, store); 684 return [filetype, fileData];
|