OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cherryfd
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java
361
final ParcelFileDescriptor
cherryFd
= mStorageManager.openProxyFileDescriptor(
366
assertEquals(cherryCallback.onGetSize(),
cherryFd
.getStatSize());
384
Os.read(
cherryFd
.getFileDescriptor(), bytes, 0, 100);
401
Os.pread(
cherryFd
.getFileDescriptor(), bytes, 0, 100, 500);
423
Os.lseek(
cherryFd
.getFileDescriptor(), 0, OsConstants.SEEK_SET);
425
Os.write(
cherryFd
.getFileDescriptor(), bytes, 0, 100);
442
Os.pwrite(
cherryFd
.getFileDescriptor(), bytes, 0, 100, 500);
453
cherryFd
.getFileDescriptor().sync();
[
all
...]
Completed in 193 milliseconds