Home
last modified time | relevance | path

Searched refs: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() argument
79 this.allowsMultipleRoots = allowsMultipleRoots; in PathType()
119 public final boolean allowsMultipleRoots() { in allowsMultipleRoots() method in PathType
120 return allowsMultipleRoots; in allowsMultipleRoots()