Home
last modified time | relevance | path

Searched refs:headerFilePath (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp104 char headerFilePath[headerFilePathBufSize]; in newPolicyForDirectoryDict() local
105 getHeaderFilePathInDictDir(path, headerFilePathBufSize, headerFilePath); in newPolicyForDirectoryDict()
109 MmappedBuffer::openBuffer(headerFilePath, isUpdatable); in newPolicyForDirectoryDict()
125 headerFilePath, formatVersion, std::move(mmappedBuffer)); in newPolicyForDirectoryDict()
131 headerFilePath, formatVersion, std::move(mmappedBuffer)); in newPolicyForDirectoryDict()
144 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion, in newPolicyForV4Dict() argument
146 const int dictDirPathBufSize = strlen(headerFilePath) + 1 /* terminator */; in newPolicyForV4Dict()
148 if (!FileUtils::getFilePathWithoutSuffix(headerFilePath, in newPolicyForV4Dict()
151 headerFilePath); in newPolicyForV4Dict()
Ddictionary_structure_with_buffer_policy_factory.h54 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,