Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.cpp118 const char *const suffix, const int outDirPathBufSize, char *const outDirPath) { in getFilePathWithoutSuffix() argument
127 if (outDirPathBufSize <= resultFilePathLength) { in getFilePathWithoutSuffix()
129 filePath, suffix, outDirPathBufSize); in getFilePathWithoutSuffix()
140 /* static */ void FileUtils::getDirPath(const char *const filePath, const int outDirPathBufSize, in getDirPath() argument
144 if (i >= outDirPathBufSize) { in getDirPath()
146 filePath, outDirPathBufSize); in getDirPath()