Searched refs:OVERLAYFS_PREFIX (Results 1 – 1 of 1) sorted by relevance
46 private static final String OVERLAYFS_PREFIX = "sts_overlayfs_"; field in OverlayFsUtils89 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()