Searched refs:adb_shell (Results 1 – 1 of 1) sorted by relevance
/development/scripts/ |
D | acov-llvm.py | 97 def adb_shell(cmd, *args, **kwargs): function 106 status = adb_shell(['cat', f'/proc/{pid}/status'], 123 output = adb_shell(['ps', '-eo', 'pid'], text=True) 132 adb_shell(['kill', '-37'] + pids) 146 adb_shell(['rm', '-rf', '/data/misc/trace/*.profraw']) 153 pids = adb_shell(['pidof'] + args.procnames, text=True).split() 174 compressed = adb_shell(['tar', '-czf', '-', '-C', '/data/misc', 'trace'])
|