Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_buffers.cpp109 char bodyFilePath[bodyFilePathBufSize]; in flushHeaderAndDictBuffers() local
111 bodyFilePathBufSize, bodyFilePath); in flushHeaderAndDictBuffers()
113 const int fd = open(bodyFilePath, O_WRONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in flushHeaderAndDictBuffers()
115 AKLOGE("File %s cannot be opened. errno: %d", bodyFilePath, errno); in flushHeaderAndDictBuffers()
121 AKLOGE("fdopen failed for the file %s. errno: %d", bodyFilePath, errno); in flushHeaderAndDictBuffers()