Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DPathType.java73 private final String otherSeparators; field in PathType
77 protected PathType(boolean allowsMultipleRoots, char separator, char... otherSeparators) { in PathType()
95 private static Splitter createSplitter(char separator, char... otherSeparators) { in createSplitter()