Searched refs:getPathForExceptionMessage (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixException.java | 100 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()
|
D | LinuxUserDefinedFileAttributeView.java | 58 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()
|
D | UnixCopyFile.java | 392 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()
|
D | UnixFileSystemProvider.java | 242 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()
|
D | UnixPath.java | 182 String getPathForExceptionMessage() { in getPathForExceptionMessage() method in UnixPath 784 throw new FileSystemException(getPathForExceptionMessage(), null, in openForAttributeAccess()
|
D | LinuxWatchService.java | 258 return new NotDirectoryException(dir.getPathForExceptionMessage()); in implRegister()
|