Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.cpp126 const int resultFilePathLength = filePathLength - suffixLength; in getFilePathWithoutSuffix() local
127 if (outDirPathBufSize <= resultFilePathLength) { in getFilePathWithoutSuffix()
132 if (strncmp(filePath + resultFilePathLength, suffix, suffixLength) != 0) { in getFilePathWithoutSuffix()
136 snprintf(outDirPath, resultFilePathLength + 1 /* terminator */, "%s", filePath); in getFilePathWithoutSuffix()