Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DOverlayFsUtils.java47 private static final Path WRITABLE_DIR = Paths.get("/data", "local", "tmp"); field in OverlayFsUtils
89 int pathPrefixLength = WRITABLE_DIR.toString().length() + 1 + OVERLAYFS_PREFIX.length(); in makeWritable()
115 Path tempdir = WRITABLE_DIR.resolve(id); in makeWritable()