Lines Matching refs:shell
130 if subprocess.call(command, shell=True, timeout=timeout) == 0:
146 shell=True)
174 self.shell('rm -rf %s' % self.test_path)
175 self.shell('mkdir -p %s' % self.test_path)
176 self.shell('chmod 777 -R %s' % self.test_path)
177 self.shell("mount -o rw,remount,rw /%s" % "system")
180 self.shell("svc power stayon true")
183 self.shell("input keyevent 82")
184 self.shell("wm dismiss-keyguard")
213 self.shell("svc power stayon false")
219 def shell(self, command=""):
220 return self.execute_command("%s %s shell %s%s%s" % (
228 return self.execute_command_with_output("%s %s shell %s%s%s" % (