HomeSort by relevance Sort by last modified time
    Searched refs:headerFilePath (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.cpp 104 char headerFilePath[headerFilePathBufSize];
105 getHeaderFilePathInDictDir(path, headerFilePathBufSize, headerFilePath);
109 MmappedBuffer::openBuffer(headerFilePath, isUpdatable);
126 headerFilePath, formatVersion, std::move(mmappedBuffer));
132 headerFilePath, formatVersion, std::move(mmappedBuffer));
145 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
147 const int dictDirPathBufSize = strlen(headerFilePath) + 1 /* terminator */;
149 if (!FileUtils::getFilePathWithoutSuffix(headerFilePath,
152 headerFilePath);
dictionary_structure_with_buffer_policy_factory.h 54 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,

Completed in 488 milliseconds