Home
last modified time | relevance | path

Searched defs:filePathBufSize (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.cpp74 const int filePathBufSize = getFilePathBufSize(dirPath, dirent->d_name); in removeDirAndFiles() local
103 const char *const suffix, const int filePathBufSize, char *const outFilePath) { in getFilePathWithSuffix()
113 const int filePathBufSize, char *const outFilePath) { in getFilePath()
158 const int filePathBufSize = strlen(filePath) + 1 /* terminator */; in getBasename() local
Ddict_file_writing_utils.cpp84 const int filePathBufSize = FileUtils::getFilePathWithSuffixBufSize(basePath, suffix); in flushBufferToFileWithSuffix() local