Home
last modified time | relevance | path

Searched defs:allowsMultipleRoots (Results 1 – 1 of 1) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DPathType.java71 private final boolean allowsMultipleRoots; field in PathType
77 protected PathType(boolean allowsMultipleRoots, char separator, char... otherSeparators) { in PathType()
119 public final boolean allowsMultipleRoots() { in allowsMultipleRoots() method in PathType