Searched refs:filePathBufferSize (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dmmapped_buffer.cpp74 const int filePathBufferSize = PATH_MAX + 1 /* terminator */; local
75 char filePath[filePathBufferSize];
76 const int filePathLength = snprintf(filePath, filePathBufferSize, "%s%s", dirPath,
78 if (filePathLength >= filePathBufferSize) {

Completed in 111 milliseconds