Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.cpp74 const int filePathBufSize = getFilePathBufSize(dirPath, dirent->d_name); in removeDirAndFiles()
107 /* static */ int FileUtils::getFilePathBufSize(const char *const dirPath, in getFilePathBufSize() function in latinime::FileUtils
Dfile_utils.h39 static int getFilePathBufSize(const char *const dirPath, const char *const fileName);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_buffers.cpp78 const int dictPathBufSize = FileUtils::getFilePathBufSize(tmpDirPath, dictName); in flushHeaderAndDictBuffers()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_buffers.cpp94 const int dictPathBufSize = FileUtils::getFilePathBufSize(tmpDirPath, dictName); in flushHeaderAndDictBuffers()