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.java159 private String[] buildFastbootCommand(String action, String... args) { in buildFastbootCommand() method in FastbootDeviceFlasher
211 device, buildFastbootCommand("flash", partition, imgFile.getAbsolutePath())); in flashPartition()
392 buildFastbootCommand( in flashBootloader()
649 buildFastbootCommand( in flashSystem()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1650 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand()
1780 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand() method in NativeDevice