Searched refs:buildFastbootCommand (Results 1 – 2 of 2) sorted by relevance
159 private String[] buildFastbootCommand(String action, String... args) { in buildFastbootCommand() method in FastbootDeviceFlasher211 device, buildFastbootCommand("flash", partition, imgFile.getAbsolutePath())); in flashPartition()392 buildFastbootCommand( in flashBootloader()649 buildFastbootCommand( in flashSystem()
1650 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand()1780 private String[] buildFastbootCommand(String... commandArgs) { in buildFastbootCommand() method in NativeDevice