HomeSort by relevance Sort by last modified time
    Searched refs:rethrowAsIOException (Results 1 - 25 of 37) sorted by null

1 2

  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 136 x.rethrowAsIOException(target);
153 x.rethrowAsIOException(target);
172 x.rethrowAsIOException(target);
182 x.rethrowAsIOException(source);
204 x.rethrowAsIOException(target);
230 x.rethrowAsIOException(source);
243 x.rethrowAsIOException(target);
253 x.rethrowAsIOException(source, target);
262 x.rethrowAsIOException(target);
283 x.rethrowAsIOException(target)
    [all...]
UnixException.java 94 void rethrowAsIOException(String file) throws IOException {
99 void rethrowAsIOException(UnixPath file, UnixPath other) throws IOException {
106 void rethrowAsIOException(UnixPath file) throws IOException {
107 rethrowAsIOException(file, null);
UnixFileSystemProvider.java 177 x.rethrowAsIOException(file);
196 x.rethrowAsIOException(file);
214 x.rethrowAsIOException(file);
244 x.rethrowAsIOException(file);
308 exc.rethrowAsIOException(file);
332 x.rethrowAsIOException(file1);
338 x.rethrowAsIOException(file2);
391 x.rethrowAsIOException(dir);
414 x.rethrowAsIOException(dir);
434 x.rethrowAsIOException(dir)
    [all...]
UnixSecureDirectoryStream.java 141 x.rethrowAsIOException(file);
173 x.rethrowAsIOException(file);
210 x.rethrowAsIOException(file);
223 x.rethrowAsIOException(file);
276 x.rethrowAsIOException(from, to);
347 x.rethrowAsIOException(file);
391 x.rethrowAsIOException(file);
423 x.rethrowAsIOException(file);
432 x.rethrowAsIOException(file);
489 x.rethrowAsIOException(file)
    [all...]
UnixFileAttributeViews.java 55 x.rethrowAsIOException(file);
87 x.rethrowAsIOException(file);
109 x.rethrowAsIOException(file);
122 x.rethrowAsIOException(file);
218 x.rethrowAsIOException(file);
238 x.rethrowAsIOException(file);
252 x.rethrowAsIOException(file);
LinuxFileStore.java 65 x.rethrowAsIOException(file());
75 x.rethrowAsIOException(parent);
LinuxDosFileAttributeView.java 181 x.rethrowAsIOException(file);
280 x.rethrowAsIOException(file);
UnixFileStore.java 57 x.rethrowAsIOException(file);
111 x.rethrowAsIOException(file);
UnixPath.java 787 x.rethrowAsIOException(this);
837 x.rethrowAsIOException(this);
859 x.rethrowAsIOException(result);
876 x.rethrowAsIOException(result);
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 69 throw e.rethrowAsIOException();
176 throw e.rethrowAsIOException();
260 e.rethrowAsIOException();
278 e.rethrowAsIOException();
319 throw e.rethrowAsIOException();
339 throw e.rethrowAsIOException();
410 throw e.rethrowAsIOException();
428 throw e.rethrowAsIOException();
485 throw e.rethrowAsIOException();
541 throw e.rethrowAsIOException();
    [all...]
  /libcore/luni/src/main/java/android/system/
ErrnoException.java 70 public IOException rethrowAsIOException() throws IOException {
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 46 throw errnoException.rethrowAsIOException();
99 throw errnoException.rethrowAsIOException();
224 throw exception.rethrowAsIOException();
255 throw e.rethrowAsIOException();
IoBridge.java 76 throw errnoException.rethrowAsIOException();
511 throw errnoException.rethrowAsIOException();
531 throw errnoException.rethrowAsIOException();
576 throw errnoException.rethrowAsIOException();
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 328 throw e.rethrowAsIOException();
364 throw e.rethrowAsIOException();
428 throw e.rethrowAsIOException();
450 throw e.rethrowAsIOException();
474 throw e.rethrowAsIOException();
504 throw e.rethrowAsIOException();
520 throw e.rethrowAsIOException();
595 throw e.rethrowAsIOException();
646 throw e.rethrowAsIOException();
    [all...]
RevocableFileDescriptor.java 63 throw e.rethrowAsIOException();
MemoryFile.java 62 ex.rethrowAsIOException();
FileUtils.java 175 throw e.rethrowAsIOException();
254 throw e.rethrowAsIOException();
379 throw e.rethrowAsIOException();
    [all...]
  /libcore/ojluni/src/main/java/java/io/
RandomAccessFile.java 587 throw errnoException.rethrowAsIOException();
618 throw errnoException.rethrowAsIOException();
635 throw errnoException.rethrowAsIOException();
667 throw errnoException.rethrowAsIOException();
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmOutputStream.java 74 e.rethrowAsIOException();
  /frameworks/base/services/core/java/com/android/server/pm/
UserDataPreparer.java 312 throw e.rethrowAsIOException();
335 throw e.rethrowAsIOException();
  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 307 throw e.rethrowAsIOException();
  /libcore/ojluni/src/main/java/java/net/
PlainSocketImpl.java 275 throw errnoException.rethrowAsIOException();
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
ClipStorage.java 167 e.rethrowAsIOException();
  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 331 throw e.rethrowAsIOException();
388 throw e.rethrowAsIOException();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 350 throw e.rethrowAsIOException();
405 throw e.rethrowAsIOException();

Completed in 416 milliseconds

1 2