Searched refs:shellOutputAsString (Results 1 – 3 of 3) sorted by relevance
22 shellOutputAsString(cmd: string): Promise<string>; method51 shellOutputAsString(_: string): Promise<string> { method in MockAdb
123 await this.adb.shellOutputAsString(`ps -u shell | grep perfetto`);148 await this.adb.shellOutputAsString(`kill -SIGINT ${pid}`);
302 async shellOutputAsString(cmd: string): Promise<string> {