Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java307 ErrnoException onFsyncError = null; field in StorageManagerTest.TestProxyFileDescriptorCallback
350 if (onFsyncError != null) { in onFsync()
351 throw onFsyncError; in onFsync()
539 callback.onFsyncError = new ErrnoException("onFsync", OsConstants.EIO); in testOpenProxyFileDescriptor_error()
545 callback.onFsyncError = new ErrnoException("onFsync", OsConstants.ENOSYS); in testOpenProxyFileDescriptor_error()
551 callback.onFsyncError = null; in testOpenProxyFileDescriptor_error()