Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DDictDecoder.java201 RandomAccessFile raFile = null; in getDictionaryBuffer() local
204 raFile = new RandomAccessFile(file, "rw"); in getDictionaryBuffer()
205 buffer = raFile.getChannel().map(FileChannel.MapMode.READ_WRITE, 0, file.length()); in getDictionaryBuffer()
207 if (raFile != null) { in getDictionaryBuffer()
208 raFile.close(); in getDictionaryBuffer()