Searched defs:pathService (Results 1 – 10 of 10) sorted by relevance
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | PathServiceTest.java | 126 PathService pathService = fakePathService(PathType.unix(), false); in testHash_usingDisplayForm() local 140 PathService pathService = fakePathService(PathType.unix(), true); in testHash_usingCanonicalForm() local 154 PathService pathService = fakePathService(PathType.unix(), false); in testCompareTo_usingDisplayForm() local 166 PathService pathService = fakePathService(PathType.unix(), true); in testCompareTo_usingCanonicalForm() local
|
D | PathTester.java | 37 private final PathService pathService; field in PathTester 42 public PathTester(PathService pathService, String string) { in PathTester()
|
D | FileTreeTest.java | 76 private final PathService pathService = field in FileTreeTest
|
D | JimfsPathTest.java | 40 private final PathService pathService = PathServiceTest.fakeUnixPathService(); field in JimfsPathTest
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | JimfsFileSystems.java | 70 PathService pathService = new PathService(config); in newFileSystem() local 86 Configuration config, PathService pathService, FileSystemState state) { in createFileStore() 114 Configuration config, JimfsFileStore fileStore, PathService pathService) throws IOException { in createDefaultView()
|
D | WatchServiceConfiguration.java | 52 abstract AbstractWatchService newWatchService(FileSystemView view, PathService pathService); in newWatchService() 67 AbstractWatchService newWatchService(FileSystemView view, PathService pathService) { in newWatchService()
|
D | JimfsFileSystem.java | 173 private final PathService pathService; field in JimfsFileSystem 185 PathService pathService, in JimfsFileSystem()
|
D | PollingWatchService.java | 68 private final PathService pathService; field in PollingWatchService 78 PathService pathService, in PollingWatchService()
|
D | JimfsPath.java | 56 private final PathService pathService; field in JimfsPath 58 public JimfsPath(PathService pathService, @NullableDecl Name root, Iterable<Name> names) { in JimfsPath()
|
D | FileSystemView.java | 196 JimfsPath path, PathService pathService, Set<? super LinkOption> options) throws IOException { in toRealPath()
|