Home
last modified time | relevance | path

Searched refs:rethrowAsIOException (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixCopyFile.java136 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 …]
DUnixException.java94 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()
DUnixFileSystemProvider.java177 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 …]
DUnixSecureDirectoryStream.java141 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 …]
DUnixFileAttributeViews.java55 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()
DLinuxFileStore.java65 x.rethrowAsIOException(file()); in findMountEntry()
75 x.rethrowAsIOException(parent); in findMountEntry()
DUnixFileStore.java57 x.rethrowAsIOException(file); in devFor()
111 x.rethrowAsIOException(file); in readAttributes()
DLinuxDosFileAttributeView.java181 x.rethrowAsIOException(file); in readAttributes()
280 x.rethrowAsIOException(file);
DUnixPath.java787 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/
DIoUtils.java218 throw errnoException.rethrowAsIOException(); in setBlocking()
336 throw exception.rethrowAsIOException(); in FileReader()
367 throw e.rethrowAsIOException(); in readFully()
DIoBridge.java81 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/
DRandomAccessFile.java589 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/
DErrnoException.java75 public @NonNull IOException rethrowAsIOException() throws IOException { in rethrowAsIOException() method in ErrnoException
/libcore/luni/src/test/java/libcore/android/system/
DErrnoExceptionTest.java72 cause.rethrowAsIOException(); in check_rethrow()
/libcore/ojluni/src/main/java/java/net/
DPlainSocketImpl.java283 throw errnoException.rethrowAsIOException(); in socketShutdown()
/libcore/luni/src/test/java/libcore/java/io/
DFileInputStreamTest.java308 throw e.rethrowAsIOException(); in getOpenFdsForPrefix()