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.java204 executeFastbootCmd(device, "-w"); in flashGsi()
206 executeFastbootCmd( in flashGsi()
228 executeFastbootCmd(device, "erase", "system" + currSlot); in flashGsi()
229 executeFastbootCmd(device, "flash", "system", mSystemImg.getAbsolutePath()); in flashGsi()
233 executeFastbootCmd(device, "flash", "boot", mBootImg.getAbsolutePath()); in flashGsi()
294 String queryOutput = executeFastbootCmd(device, "getvar", "current-slot"); in getCurrentSlot()
360 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd() method in GsiDeviceFlashPreparer
DGkiDeviceFlashPreparer.java280 executeFastbootCmd(device, "oem disable-verity"); in flashGki()
299 executeFastbootCmd(device, "flash", "vendor_boot", vendorBootImg.getAbsolutePath()); in flashGki()
308 executeFastbootCmd(device, "flash", "vendor_kernel_boot", in flashGki()
318 executeFastbootCmd(device, "flash", "dtbo", dtboImg.getAbsolutePath()); in flashGki()
321 executeFastbootCmd(device, "flash", "boot", mBootImg.getAbsolutePath()); in flashGki()
333 executeFastbootCmd(device, "flash", "vendor_dlkm", vendorDlkmImg.getAbsolutePath()); in flashGki()
346 executeFastbootCmd(device, "flash", "system_dlkm", systemDlkmImg.getAbsolutePath()); in flashGki()
350 executeFastbootCmd(device, "-w"); in flashGki()
833 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd() method in GkiDeviceFlashPreparer
DFastbootDeviceFlasher.java479 executeFastbootCmd( in flashBootloader()
964 String queryOutput = executeFastbootCmd(device, "getvar", versionQuery); in getImageVersion()
995 String queryOutput = executeFastbootCmd(device, "getvar", SLOT_VAR); in getCurrentSlot()
1026 protected String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd() method in FastbootDeviceFlasher