Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.h29 static bool existsDir(const char *const dirPath);
Dfile_utils.cpp45 /* static */ bool FileUtils::existsDir(const char *const dirPath) { in existsDir() function in latinime::FileUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_buffers.cpp62 if (FileUtils::existsDir(tmpDirPath)) { in flushHeaderAndDictBuffers()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_buffers.cpp78 if (FileUtils::existsDir(tmpDirPath)) { in flushHeaderAndDictBuffers()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp42 if (FileUtils::existsDir(path)) { in newPolicyForExistingDictFile()