Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DOverlayFsUtils.java46 private static final String OVERLAYFS_PREFIX = "sts_overlayfs_"; field in OverlayFsUtils
89 int pathPrefixLength = WRITABLE_DIR.toString().length() + 1 + OVERLAYFS_PREFIX.length(); in makeWritable()
92 String id = OVERLAYFS_PREFIX + dirHash.substring(0, dirHashLength); in makeWritable()
150 CommandResult res = device.executeShellV2Command("mount | grep -q " + OVERLAYFS_PREFIX); in anyOverlayFsMounted()