Searched defs:partition (Results 1 – 5 of 5) sorted by relevance
67 private void performFastbootOp(ITestDevice device, String op, String partition) in performFastbootOp()
131 private void flashNamedPartition(ITestDevice device, File dir, String partition) in flashNamedPartition()
207 protected void flashPartition(ITestDevice device, File imgFile, String partition) in flashPartition()220 protected void wipePartition(ITestDevice device, String partition) in wipePartition()234 protected boolean hasPartition(ITestDevice device, String partition) in hasPartition()481 String partition = "cache"; in wipeCache() local
402 public CommandResult fastbootWipePartition(String partition) throws DeviceNotAvailableException; in fastbootWipePartition()636 public long getPartitionFreeSpace(String partition) throws DeviceNotAvailableException; in getPartitionFreeSpace()
1081 public long getPartitionFreeSpace(String partition) throws DeviceNotAvailableException { in getPartitionFreeSpace()1704 public CommandResult fastbootWipePartition(String partition) in fastbootWipePartition()