Home
last modified time | relevance | path

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

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