Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dfile_utils.h45 static bool getFilePathWithoutSuffix(const char *const filePath, const char *const suffix,
Dfile_utils.cpp117 /* static */ bool FileUtils::getFilePathWithoutSuffix(const char *const filePath, in getFilePathWithoutSuffix() function in latinime::FileUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp149 if (!FileUtils::getFilePathWithoutSuffix(headerFilePath, in newPolicyForV4Dict()