Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java169 private String[] buildFastbootCommand(String action, boolean skipReboot, String... args) { in buildFastbootCommand() method in FastbootDeviceFlasher
227 buildFastbootCommand( in flashPartition()
413 buildFastbootCommand( in flashBootloader()
682 buildFastbootCommand( in flashSystem()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1918 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand()
2052 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand() method in NativeDevice