Searched refs:executeFastbootCmd (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | GsiDeviceFlashPreparer.java | 183 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
|
D | GkiDeviceFlashPreparer.java | 158 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
|
D | FastbootDeviceFlasher.java | 411 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
|