Searched refs:openBuffer (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dmmapped_buffer.h32 static MmappedBufferPtr openBuffer(const char *const path,
36 static MmappedBufferPtr openBuffer(const char *const path, const bool isUpdatable);
38 static MmappedBufferPtr openBuffer(const char *const dirPath, const char *const fileName,
H A Dmmapped_buffer.cpp30 /* static */ MmappedBuffer::MmappedBufferPtr MmappedBuffer::openBuffer( function in class:latinime::MmappedBuffer
60 /* static */ MmappedBuffer::MmappedBufferPtr MmappedBuffer::openBuffer( function in class:latinime::MmappedBuffer
68 return openBuffer(path, 0 /* bufferOffset */, fileSize, isUpdatable);
72 /* static */ MmappedBuffer::MmappedBufferPtr MmappedBuffer::openBuffer( function in class:latinime::MmappedBuffer
81 return openBuffer(filePath, isUpdatable);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dsparse_table_dict_content.h48 MmappedBuffer::openBuffer(dictPath, lookupTableFileName, isUpdatable)),
50 MmappedBuffer::openBuffer(dictPath, addressTableFileName, isUpdatable)),
52 MmappedBuffer::openBuffer(dictPath, contentFileName, isUpdatable)),
H A Dsingle_dict_content.h43 : mMmappedBuffer(MmappedBuffer::openBuffer(dictPath, contentFileName, isUpdatable)),
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
H A Ddictionary_structure_with_buffer_policy_factory.cpp106 // Allocated buffer in MmapedBuffer::openBuffer() will be freed in the destructor of
109 MmappedBuffer::openBuffer(headerFilePath, isUpdatable);
171 // Allocated buffer in MmapedBuffer::openBuffer() will be freed in the destructor of
174 MmappedBuffer::openBuffer(path, bufOffset, size, false /* isUpdatable */));
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.cpp132 mDictBuffer(MmappedBuffer::openBuffer(dictPath,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_dict_buffers.cpp43 MmappedBuffer::MmappedBufferPtr bodyBuffer = MmappedBuffer::openBuffer(dictPath,

Completed in 175 milliseconds