Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java851 String[] fastbootArgs = buildFastbootCommand("flashall", mShouldFlashRamdisk); in flashWithAll() local
852 executeLongFastbootCmd(device, systemVarMap, fastbootArgs); in flashWithAll()
881 String[] fastbootArgs = buildFastbootCommand("flashall", mShouldFlashRamdisk); in flashWithFuseZip() local
882 executeLongFastbootCmd(device, systemVarMap, fastbootArgs); in flashWithFuseZip()