Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DOverlayFsUtils.java72 public void makeWritable(final String dir, int megabytes) in makeWritable() argument
122 String.format("dd if=/dev/zero of='%s' bs=%dM count=1", tempimg, megabytes)); in makeWritable()