Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/winscope/src/test/remote_tool_mock/
H A 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