Home
last modified time | relevance | path

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

/development/tools/winscope/src/test/remote_tool_mock/
Dapp_component.ts82 const [file, buffer] = await this.readInputFile(event);
189 private async readInputFile(event: Event): Promise<[File, ArrayBuffer]> { method in AppComponent