Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java253 String partitionType = String.format("partition-type:%s", partition); in hasPartition() local
254 CommandResult result = device.executeFastbootCommand("getvar", partitionType); in hasPartition()
259 Pattern regex = Pattern.compile(String.format("^%s:\\s*\\S+$", partitionType), in hasPartition()