Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/
H A Dadb_interfaces.ts21 shellOutputAsString(cmd: string): Promise<string>; method
50 shellOutputAsString(_: string): Promise<string> { method in MockAdb
H A Dadb_shell_controller.ts121 const pidStr = await this.adb.shellOutputAsString(
147 const killOutput = await this.adb.shellOutputAsString(
H A Dadb.ts317 async shellOutputAsString(cmd: string): Promise<string> {