Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DOverlayFsUtils.java89 int pathPrefixLength = WRITABLE_DIR.toString().length() + 1 + OVERLAYFS_PREFIX.length(); in makeWritable() local
90 int dirHashLength = Math.min(64 - pathPrefixLength - 5, dirHash.length()); in makeWritable()