OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flushFileHandle
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
AppFuse.java
151
void
flushFileHandle
(long fileHandle) throws IOException, ErrnoException;
202
private int
flushFileHandle
(long fileHandle) {
204
mCallback.
flushFileHandle
(fileHandle);
MtpDocumentsProvider.java
651
public void
flushFileHandle
(long fileHandle) throws IOException, ErrnoException {
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
AppFuseTest.java
219
public void
flushFileHandle
(long fileHandle) throws IOException {
257
public void
flushFileHandle
(long fileHandle) throws IOException {}
Completed in 2846 milliseconds