/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixCopyFile.java | 136 x.rethrowAsIOException(target); in copyDirectory() 153 x.rethrowAsIOException(target); in copyDirectory() 172 x.rethrowAsIOException(target); in copyDirectory() 182 x.rethrowAsIOException(source); in copyDirectory() 204 x.rethrowAsIOException(target); in copyDirectory() 230 x.rethrowAsIOException(source); in copyFile() 243 x.rethrowAsIOException(target); in copyFile() 253 x.rethrowAsIOException(source, target); in copyFile() 262 x.rethrowAsIOException(target); in copyFile() 283 x.rethrowAsIOException(target); in copyFile() [all …]
|
D | UnixException.java | 94 void rethrowAsIOException(String file) throws IOException { in rethrowAsIOException() method in UnixException 99 void rethrowAsIOException(UnixPath file, UnixPath other) throws IOException { in rethrowAsIOException() method in UnixException 106 void rethrowAsIOException(UnixPath file) throws IOException { in rethrowAsIOException() method in UnixException 107 rethrowAsIOException(file, null); in rethrowAsIOException()
|
D | UnixFileSystemProvider.java | 177 x.rethrowAsIOException(file); in newFileChannel() 196 x.rethrowAsIOException(file); in newAsynchronousFileChannel() 214 x.rethrowAsIOException(file); in newByteChannel() 244 x.rethrowAsIOException(file); in implDelete() 308 exc.rethrowAsIOException(file); in checkAccess() 332 x.rethrowAsIOException(file1); in isSameFile() 338 x.rethrowAsIOException(file2); in isSameFile() 391 x.rethrowAsIOException(dir); in createDirectory() 414 x.rethrowAsIOException(dir); in newDirectoryStream() 434 x.rethrowAsIOException(dir); in newDirectoryStream() [all …]
|
D | UnixSecureDirectoryStream.java | 141 x.rethrowAsIOException(file); in newDirectoryStream() 173 x.rethrowAsIOException(file); in newByteChannel() 210 x.rethrowAsIOException(file); in implDelete() 223 x.rethrowAsIOException(file); in implDelete() 276 x.rethrowAsIOException(from, to); in move() 347 x.rethrowAsIOException(file); in open() 391 x.rethrowAsIOException(file); in readAttributes() 423 x.rethrowAsIOException(file); in setTimes() 432 x.rethrowAsIOException(file); in setTimes() 489 x.rethrowAsIOException(file); in readAttributes() [all …]
|
D | UnixFileAttributeViews.java | 55 x.rethrowAsIOException(file); in readAttributes() 87 x.rethrowAsIOException(file); in setTimes() 109 x.rethrowAsIOException(file); in setTimes() 122 x.rethrowAsIOException(file); in setTimes() 218 x.rethrowAsIOException(file); in readAttributes() 238 x.rethrowAsIOException(file); in setMode() 252 x.rethrowAsIOException(file); in setOwners()
|
D | LinuxFileStore.java | 65 x.rethrowAsIOException(file()); in findMountEntry() 75 x.rethrowAsIOException(parent); in findMountEntry()
|
D | UnixFileStore.java | 57 x.rethrowAsIOException(file); in devFor() 111 x.rethrowAsIOException(file); in readAttributes()
|
D | LinuxDosFileAttributeView.java | 181 x.rethrowAsIOException(file); in readAttributes() 280 x.rethrowAsIOException(file);
|
D | UnixPath.java | 787 x.rethrowAsIOException(this); in openForAttributeAccess() 837 x.rethrowAsIOException(this); in toRealPath() 859 x.rethrowAsIOException(result); in toRealPath() 876 x.rethrowAsIOException(result); in toRealPath()
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoUtils.java | 218 throw errnoException.rethrowAsIOException(); in setBlocking() 336 throw exception.rethrowAsIOException(); in FileReader() 367 throw e.rethrowAsIOException(); in readFully()
|
D | IoBridge.java | 81 throw errnoException.rethrowAsIOException(); in available() 254 throw errnoException.rethrowAsIOException(); in closeAndSignalBlockedThreads() 519 throw errnoException.rethrowAsIOException(); in read() 540 throw errnoException.rethrowAsIOException(); in write() 586 throw errnoException.rethrowAsIOException(); in maybeThrowAfterSendto()
|
/libcore/ojluni/src/main/java/java/io/ |
D | RandomAccessFile.java | 589 throw errnoException.rethrowAsIOException(); in getFilePointer() 620 throw errnoException.rethrowAsIOException(); in seek() 637 throw errnoException.rethrowAsIOException(); in length() 669 throw errnoException.rethrowAsIOException(); in setLength()
|
/libcore/luni/src/main/java/android/system/ |
D | ErrnoException.java | 75 public @NonNull IOException rethrowAsIOException() throws IOException { in rethrowAsIOException() method in ErrnoException
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | ErrnoExceptionTest.java | 72 cause.rethrowAsIOException(); in check_rethrow()
|
/libcore/ojluni/src/main/java/java/net/ |
D | PlainSocketImpl.java | 283 throw errnoException.rethrowAsIOException(); in socketShutdown()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | FileInputStreamTest.java | 308 throw e.rethrowAsIOException(); in getOpenFdsForPrefix()
|