Searched refs:systemVarMap (Results 1 – 1 of 1) sorted by relevance
848 Map<String, String> systemVarMap = new HashMap<>(); in flashWithAll() local849 systemVarMap.put( in flashWithAll()852 executeLongFastbootCmd(device, systemVarMap, fastbootArgs); in flashWithAll()879 Map<String, String> systemVarMap = new HashMap<>(); in flashWithFuseZip() local880 systemVarMap.put("ANDROID_PRODUCT_OUT", mountPoint.getAbsolutePath()); in flashWithFuseZip()882 executeLongFastbootCmd(device, systemVarMap, fastbootArgs); in flashWithFuseZip()