Home
last modified time | relevance | path

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

/external/chromium_org/build/android/pylib/
Dandroid_commands.py746 def KillAll(self, process, signum=9, with_su=False): argument
760 if with_su:
766 def KillAllBlocking(self, process, timeout_sec, signum=9, with_su=False): argument
780 processes_killed = self.KillAll(process, signum=signum, with_su=with_su)