Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java373 final ParcelFileDescriptor cherryFd = mStorageManager.openProxyFileDescriptor( in testOpenProxyFileDescriptor() argument
378 assertEquals(cherryCallback.onGetSize(), cherryFd.getStatSize()); in testOpenProxyFileDescriptor()
396 Os.read(cherryFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor()
413 Os.pread(cherryFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor()
435 Os.lseek(cherryFd.getFileDescriptor(), 0, OsConstants.SEEK_SET); in testOpenProxyFileDescriptor()
437 Os.write(cherryFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor()
454 Os.pwrite(cherryFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor()
465 cherryFd.getFileDescriptor().sync(); in testOpenProxyFileDescriptor()