Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparer.java183 executeFastbootCmd( in flashGsi()
201 executeFastbootCmd( in flashGsi()
205 executeFastbootCmd(device, "erase", "system" + currSlot); in flashGsi()
206 executeFastbootCmd(device, "flash", "system", mSystemImg.getAbsolutePath()); in flashGsi()
207 executeFastbootCmd(device, "-w"); in flashGsi()
211 executeFastbootCmd(device, "flash", "boot", mBootImg.getAbsolutePath()); in flashGsi()
267 String queryOutput = executeFastbootCmd(device, "getvar", "current-slot"); in getCurrentSlot()
330 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd() method in GsiDeviceFlashPreparer
DGkiDeviceFlashPreparer.java158 executeFastbootCmd( in flashGki()
165 executeFastbootCmd( in flashGki()
168 executeFastbootCmd(device, "flash", "boot", mBootImg.getAbsolutePath()); in flashGki()
336 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd() method in GkiDeviceFlashPreparer
DFastbootDeviceFlasher.java411 executeFastbootCmd( in flashBootloader()
715 String queryOutput = executeFastbootCmd(device, "getvar", versionQuery); in getImageVersion()
746 String queryOutput = executeFastbootCmd(device, "getvar", SLOT_VAR); in getCurrentSlot()
777 protected String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd() method in FastbootDeviceFlasher