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

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

Completed in 417 milliseconds