OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dictPath
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp
40
const char *const
dictPath
, MmappedBuffer::MmappedBufferPtr headerBuffer,
49
return Ver4DictBuffersPtr(new Ver4DictBuffers(
dictPath
, std::move(headerBuffer), isUpdatable,
79
char
dictPath
[dictPathBufSize];
80
FileUtils::getFilePath(tmpDirPath, dictName, dictPathBufSize,
dictPath
);
83
if (!DictFileWritingUtils::flushBufferToFileWithSuffix(
dictPath
,
90
if (!DictFileWritingUtils::flushBufferToFileWithSuffix(
dictPath
,
97
if (!mTerminalPositionLookupTable.flushToFile(
dictPath
)) {
101
if (!mProbabilityDictContent.flushToFile(
dictPath
)) {
105
if (!mBigramDictContent.flushToFile(
dictPath
)) {
109
if (!mShortcutDictContent.flushToFile(
dictPath
)) {
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.cpp
148
char
dictPath
[dictDirPathBufSize];
150
DictConstants::HEADER_FILE_EXTENSION, dictDirPathBufSize,
dictPath
)) {
157
DictBuffers::openVer4DictBuffers(
dictPath
, std::move(mmappedBuffer), formatVersion);
160
dictPath
);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp
34
const char *const
dictPath
, MmappedBuffer::MmappedBufferPtr &&headerBuffer,
43
MmappedBuffer::MmappedBufferPtr bodyBuffer = MmappedBuffer::openBuffer(
dictPath
,
95
char
dictPath
[dictPathBufSize];
96
FileUtils::getFilePath(tmpDirPath, dictName, dictPathBufSize,
dictPath
);
99
if (!DictFileWritingUtils::flushBufferToFileWithSuffix(
dictPath
,
107
const int bodyFilePathBufSize = FileUtils::getFilePathWithSuffixBufSize(
dictPath
,
110
FileUtils::getFilePathWithSuffix(
dictPath
, Ver4DictConstants::BODY_FILE_EXTENSION,
Completed in 238 milliseconds