Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dadb_interfaces.ts22 shellOutputAsString(cmd: string): Promise<string>; method
51 shellOutputAsString(_: string): Promise<string> { method in MockAdb
Dadb_shell_controller.ts123 await this.adb.shellOutputAsString(`ps -u shell | grep perfetto`);
148 await this.adb.shellOutputAsString(`kill -SIGINT ${pid}`);
Dadb.ts302 async shellOutputAsString(cmd: string): Promise<string> {