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()
388 x.rethrowAsIOException(dir); in createDirectory()
411 x.rethrowAsIOException(dir); in newDirectoryStream()
431 x.rethrowAsIOException(dir); in newDirectoryStream()
[all …]
DUnixSecureDirectoryStream.java136 x.rethrowAsIOException(file); in newDirectoryStream()
168 x.rethrowAsIOException(file); in newByteChannel()
205 x.rethrowAsIOException(file); in implDelete()
218 x.rethrowAsIOException(file); in implDelete()
271 x.rethrowAsIOException(from, to); in move()
342 x.rethrowAsIOException(file); in open()
386 x.rethrowAsIOException(file); in readAttributes()
418 x.rethrowAsIOException(file); in setTimes()
427 x.rethrowAsIOException(file); in setTimes()
484 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.java46 throw errnoException.rethrowAsIOException(); in close()
99 throw errnoException.rethrowAsIOException(); in setBlocking()
224 throw exception.rethrowAsIOException(); in FileReader()
255 throw e.rethrowAsIOException(); in readFully()
DIoBridge.java77 throw errnoException.rethrowAsIOException(); in available()
538 throw errnoException.rethrowAsIOException(); in read()
558 throw errnoException.rethrowAsIOException(); in write()
603 throw errnoException.rethrowAsIOException(); in maybeThrowAfterSendto()
/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java534 throw errnoException.rethrowAsIOException(); in getFilePointer()
560 throw errnoException.rethrowAsIOException(); in seek()
574 throw errnoException.rethrowAsIOException(); in length()
604 throw errnoException.rethrowAsIOException(); in setLength()
/libcore/luni/src/main/java/android/system/
DErrnoException.java70 public IOException rethrowAsIOException() throws IOException { in rethrowAsIOException() method in ErrnoException
/libcore/ojluni/src/main/java/java/net/
DPlainSocketImpl.java267 throw errnoException.rethrowAsIOException(); in socketShutdown()
/libcore/luni/src/test/java/libcore/java/io/
DFileInputStreamTest.java306 throw e.rethrowAsIOException(); in getOpenFdsForPrefix()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java956 e.rethrowAsIOException(); in map()