Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.cpp119 const int filePathLength = strlen(filePath); in getFilePathWithoutSuffix() local
121 if (filePathLength <= suffixLength) { in getFilePathWithoutSuffix()
123 filePath, filePathLength, suffix, suffixLength); in getFilePathWithoutSuffix()
126 const int resultFilePathLength = filePathLength - suffixLength; in getFilePathWithoutSuffix()
Dmmapped_buffer.cpp76 const int filePathLength = snprintf(filePath, filePathBufferSize, "%s%s", dirPath, in openBuffer() local
78 if (filePathLength >= filePathBufferSize) { in openBuffer()