Home
last modified time | relevance | path

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

/development/scripts/
Dacov-llvm.py94 def adb_shell(cmd, *args, **kwargs): function
103 status = adb_shell(['cat', f'/proc/{pid}/status'],
120 output = adb_shell(['ps', '-eo', 'pid'], text=True)
135 adb_shell(['kill', '-37'] + pids)
151 adb_shell(['rm', '-rf', '/data/misc/trace/*.profraw'])
158 pids = adb_shell(['pidof'] + args.procnames, text=True).split()
182 compressed = adb_shell(['tar', '-czf', '-', '-C', '/data/misc', 'trace'])