Home
last modified time | relevance | path

Searched refs:getUserPrincipalLookupService (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DFileSystem.java444 public abstract UserPrincipalLookupService getUserPrincipalLookupService(); in getUserPrincipalLookupService() method in FileSystem
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystem.java109 public UserPrincipalLookupService getUserPrincipalLookupService() { in getUserPrincipalLookupService() method in MockFileSystem
/libcore/ojluni/src/test/java/nio/file/attribute/
DPosixFileAttributeViewTest.java281 .getUserPrincipalLookupService(); in lookupPrincipalTests()
350 .getUserPrincipalLookupService(); in exceptionsTests()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystem.java319 public final UserPrincipalLookupService getUserPrincipalLookupService() {
/libcore/luni/src/test/java/libcore/java/nio/file/
DLinuxFileSystemTest.java188 assertNotNull(fileSystem.getUserPrincipalLookupService()); in test_getUserPrincipalLookupService()