Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathServiceTest.java126 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
DPathTester.java37 private final PathService pathService; field in PathTester
42 public PathTester(PathService pathService, String string) { in PathTester()
DFileTreeTest.java76 private final PathService pathService = field in FileTreeTest
DJimfsPathTest.java40 private final PathService pathService = PathServiceTest.fakeUnixPathService(); field in JimfsPathTest
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileSystems.java70 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()
DWatchServiceConfiguration.java52 abstract AbstractWatchService newWatchService(FileSystemView view, PathService pathService); in newWatchService()
67 AbstractWatchService newWatchService(FileSystemView view, PathService pathService) { in newWatchService()
DJimfsFileSystem.java173 private final PathService pathService; field in JimfsFileSystem
185 PathService pathService, in JimfsFileSystem()
DPollingWatchService.java68 private final PathService pathService; field in PollingWatchService
78 PathService pathService, in PollingWatchService()
DJimfsPath.java56 private final PathService pathService; field in JimfsPath
58 public JimfsPath(PathService pathService, @NullableDecl Name root, Iterable<Name> names) { in JimfsPath()
DFileSystemView.java196 JimfsPath path, PathService pathService, Set<? super LinkOption> options) throws IOException { in toRealPath()