Home
last modified time | relevance | path

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

/external/devlib/devlib/module/
Dandroid.py24 from devlib.utils.android import fastboot_flash_partition, fastboot_command
69 fastboot_command('reboot')
/external/lisa/libs/utils/android/
Dbenchmark.py31 from devlib.utils.android import fastboot_command
370 fastboot_command(cmd, device=self.target.adb_name)
/external/devlib/devlib/utils/
Dandroid.py247 def fastboot_command(command, timeout=None, device=None): function
258 fastboot_command(command)