Home
last modified time | relevance | path

Searched defs:outputPattern (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java718 Pattern outputPattern = Pattern.compile(String.format("^%s: _?([ab])", SLOT_VAR)); in getCurrentSlot() local
722 Pattern outputPattern = in getCurrentSlot() local