Searched defs:fileHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | AppFuse.java | 142 int writeObjectBytes(long fileHandle, int inode, long offset, int size, byte[] bytes) in writeObjectBytes() 151 void flushFileHandle(long fileHandle) throws IOException, ErrnoException; in flushFileHandle() 158 void closeFileHandle(long fileHandle) throws IOException, ErrnoException; in closeFileHandle() 202 private int flushFileHandle(long fileHandle) { in flushFileHandle() 213 private int closeFileHandle(long fileHandle) { in closeFileHandle()
|
D | MtpDocumentsProvider.java | 638 long fileHandle, int inode, long offset, int size, byte[] bytes) in writeObjectBytes() 651 public void flushFileHandle(long fileHandle) throws IOException, ErrnoException { in flushFileHandle() 663 public void closeFileHandle(long fileHandle) throws IOException, ErrnoException { in closeFileHandle()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | AppFuseTest.java | 251 public int writeObjectBytes(long fileHandle, int inode, long offset, int size, byte[] bytes) in writeObjectBytes() 257 public void flushFileHandle(long fileHandle) throws IOException {} in flushFileHandle() 260 public void closeFileHandle(long fileHandle) {} in closeFileHandle()
|