Searched refs:WRITABLE_DIR (Results 1 – 1 of 1) sorted by relevance
47 private static final Path WRITABLE_DIR = Paths.get("/data", "local", "tmp"); field in OverlayFsUtils89 int pathPrefixLength = WRITABLE_DIR.toString().length() + 1 + OVERLAYFS_PREFIX.length(); in makeWritable()115 Path tempdir = WRITABLE_DIR.resolve(id); in makeWritable()