Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp103 const int headerFilePathBufSize = PATH_MAX + 1 /* terminator */; in newPolicyForDirectoryDict() local
104 char headerFilePath[headerFilePathBufSize]; in newPolicyForDirectoryDict()
105 getHeaderFilePathInDictDir(path, headerFilePathBufSize, headerFilePath); in newPolicyForDirectoryDict()