Home
last modified time | relevance | path

Searched refs:CheckFileExtendName (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp238 static bool CheckFileExtendName(const std::string &filePath, const std::string &checkExtension) in CheckFileExtendName() function
311 if (!CheckFileExtendName(realPath, "pro")) { in ReadProFile()
390 if (!CheckFileExtendName(realPath, "json")) { in ReadJsonFile()
491 if (!CheckFileExtendName(realPath, "TOML")) { in ReadTomlFile()
557 if (!CheckFileExtendName(realPath, checkExtension)) { in FileVerification()

Completed in 2 milliseconds