Home
last modified time | relevance | path

Searched refs:getPathForExceptionMessage (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixException.java100 String a = (file == null) ? null : file.getPathForExceptionMessage(); in rethrowAsIOException()
101 String b = (other == null) ? null : other.getPathForExceptionMessage(); in rethrowAsIOException()
111 return translateToIOException(file.getPathForExceptionMessage(), null); in asIOException()
DLinuxUserDefinedFileAttributeView.java58 throw new FileSystemException(file.getPathForExceptionMessage(), in nameAsBytes()
123 throw new FileSystemException(file.getPathForExceptionMessage(), in list()
145 throw new FileSystemException(file.getPathForExceptionMessage(), in size()
202 throw new FileSystemException(file.getPathForExceptionMessage(), in read()
262 throw new FileSystemException(file.getPathForExceptionMessage(), in write()
283 throw new FileSystemException(file.getPathForExceptionMessage(), in delete()
DUnixCopyFile.java392 source.getPathForExceptionMessage(), in move()
393 target.getPathForExceptionMessage(), in move()
429 target.getPathForExceptionMessage()); in move()
445 target.getPathForExceptionMessage()); in move()
498 source.getPathForExceptionMessage()); in move()
551 target.getPathForExceptionMessage()); in copy()
564 target.getPathForExceptionMessage()); in copy()
DUnixFileSystemProvider.java242 throw new DirectoryNotEmptyException(file.getPathForExceptionMessage()); in implDelete()
413 throw new NotDirectoryException(dir.getPathForExceptionMessage()); in newDirectoryStream()
433 throw new NotDirectoryException(dir.getPathForExceptionMessage()); in newDirectoryStream()
502 throw new NotLinkException(link.getPathForExceptionMessage()); in readSymbolicLink()
DUnixPath.java182 String getPathForExceptionMessage() { in getPathForExceptionMessage() method in UnixPath
784 throw new FileSystemException(getPathForExceptionMessage(), null, in openForAttributeAccess()
DLinuxWatchService.java258 return new NotDirectoryException(dir.getPathForExceptionMessage()); in implRegister()