Searched refs:dictPathBufSize (Results 1 – 2 of 2) sorted by relevance
78 const int dictPathBufSize = FileUtils::getFilePathBufSize(tmpDirPath, dictName); in flushHeaderAndDictBuffers() local79 char dictPath[dictPathBufSize]; in flushHeaderAndDictBuffers()80 FileUtils::getFilePath(tmpDirPath, dictName, dictPathBufSize, dictPath); in flushHeaderAndDictBuffers()
94 const int dictPathBufSize = FileUtils::getFilePathBufSize(tmpDirPath, dictName); in flushHeaderAndDictBuffers() local95 char dictPath[dictPathBufSize]; in flushHeaderAndDictBuffers()96 FileUtils::getFilePath(tmpDirPath, dictName, dictPathBufSize, dictPath); in flushHeaderAndDictBuffers()