Searched refs:openFilePath (Results 1 – 6 of 6) sorted by relevance
93 int openFilePath(const char* path, bool transcode);
255 int MtpMockDatabase::openFilePath(const char* path, bool transcode) { in openFilePath() function in android::MtpMockDatabase
94 virtual int openFilePath(const char* path, bool transcode) = 0;
805 mfr.fd = mDatabase->openFilePath(filePath, true); in doGetObject()
117 GET_METHOD_ID(openFilePath, mdb_class, "(Ljava/lang/String;Z)I"); in initializeJavaIDs()220 virtual int openFilePath(const char* path, bool transcode);1030 int MtpDatabase::openFilePath(const char* path, bool transcode) { in openFilePath() function in MtpDatabase
792 private int openFilePath(String path, boolean transcode) { in openFilePath() method in MtpDatabase