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

1 2

  /frameworks/base/core/java/android/os/
RevocableFileDescriptor.java 63 throw e.rethrowAsIOException();
MemoryFile.java 62 ex.rethrowAsIOException();
FileUtils.java 158 throw e.rethrowAsIOException();
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...]
  /libcore/luni/src/main/java/android/system/
ErrnoException.java 70 public IOException rethrowAsIOException() throws IOException {
  /libcore/ojluni/src/main/java/sun/nio/fs/
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);
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...]
UnixSecureDirectoryStream.java 136 x.rethrowAsIOException(file);
168 x.rethrowAsIOException(file);
205 x.rethrowAsIOException(file);
218 x.rethrowAsIOException(file);
271 x.rethrowAsIOException(from, to);
342 x.rethrowAsIOException(file);
386 x.rethrowAsIOException(file);
418 x.rethrowAsIOException(file);
427 x.rethrowAsIOException(file);
484 x.rethrowAsIOException(file)
    [all...]
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);
388 x.rethrowAsIOException(dir);
411 x.rethrowAsIOException(dir);
431 x.rethrowAsIOException(dir)
    [all...]
UnixPath.java 787 x.rethrowAsIOException(this);
837 x.rethrowAsIOException(this);
859 x.rethrowAsIOException(result);
876 x.rethrowAsIOException(result);
  /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 77 throw errnoException.rethrowAsIOException();
538 throw errnoException.rethrowAsIOException();
558 throw errnoException.rethrowAsIOException();
603 throw errnoException.rethrowAsIOException();
  /frameworks/base/drm/java/android/drm/
DrmOutputStream.java 74 e.rethrowAsIOException();
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 340 throw e.rethrowAsIOException();
  /libcore/ojluni/src/main/java/java/net/
PlainSocketImpl.java 267 throw errnoException.rethrowAsIOException();
  /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...]
  /frameworks/base/media/java/android/media/midi/
MidiDeviceServer.java 179 throw e.rethrowAsIOException();
  /frameworks/base/services/core/java/com/android/server/pm/
UserDataPreparer.java 303 throw e.rethrowAsIOException();
326 throw e.rethrowAsIOException();
  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 306 throw e.rethrowAsIOException();
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
ClipStorage.java 167 e.rethrowAsIOException();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 350 throw e.rethrowAsIOException();
405 throw e.rethrowAsIOException();
  /libcore/ojluni/src/main/java/java/io/
RandomAccessFile.java 562 throw errnoException.rethrowAsIOException();
592 throw errnoException.rethrowAsIOException();
608 throw errnoException.rethrowAsIOException();
639 throw errnoException.rethrowAsIOException();
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 329 throw e.rethrowAsIOException();
386 throw e.rethrowAsIOException();
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 203 e.rethrowAsIOException();
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java 525 throw e.rethrowAsIOException();

Completed in 1291 milliseconds

1 2