Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java848 Map<String, String> systemVarMap = new HashMap<>(); in flashWithAll() local
849 systemVarMap.put( in flashWithAll()
852 executeLongFastbootCmd(device, systemVarMap, fastbootArgs); in flashWithAll()
879 Map<String, String> systemVarMap = new HashMap<>(); in flashWithFuseZip() local
880 systemVarMap.put("ANDROID_PRODUCT_OUT", mountPoint.getAbsolutePath()); in flashWithFuseZip()
882 executeLongFastbootCmd(device, systemVarMap, fastbootArgs); in flashWithFuseZip()