HomeSort by relevance Sort by last modified time
    Searched defs:filePathLength (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
mmapped_buffer.cpp 76 const int filePathLength = snprintf(filePath, filePathBufferSize, "%s%s", dirPath,
78 if (filePathLength >= filePathBufferSize) {
file_utils.cpp 119 const int filePathLength = strlen(filePath);
121 if (filePathLength <= suffixLength) {
123 filePath, filePathLength, suffix, suffixLength);
126 const int resultFilePathLength = filePathLength - suffixLength;

Completed in 77 milliseconds