Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DOverlayFsUtils.java45 public class OverlayFsUtils extends TestWatcher { class
59 public OverlayFsUtils(BaseHostJUnit4Test test) { in OverlayFsUtils() method in OverlayFsUtils
DRootcanalUtils.java75 private OverlayFsUtils overlayFsUtils;
80 this.overlayFsUtils = new OverlayFsUtils(test); in RootcanalUtils()