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.ts103 const file = await this.readInputFile(event);
108 const file = await this.readInputFile(event);
281 private async readInputFile(event: Event): Promise<File> { method in AppComponent