Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DOverlayFsUtils.java116 Path tempimg = tempdir.getParent().resolve(tempdir.getFileName().toString() + ".img"); in makeWritable() local
117 dirs.add(tempimg.toString()); in makeWritable()
122 String.format("dd if=/dev/zero of='%s' bs=%dM count=1", tempimg, megabytes)); in makeWritable()
123 runAndCheck(device, String.format("mkfs.ext4 '%s'", tempimg)); in makeWritable()
127 runAndCheck(device, String.format("losetup -f -s '%s'", tempimg), 3) in makeWritable()