Searched refs:CheckFileSuffix (Results 1 – 4 of 4) sorted by relevance
29 bool CheckFileSuffix(const std::string &file, const std::string &suffix);
66 if (!CheckFileSuffix(path, MODULE_PACKAGE_SUFFIX)) { in SaveInstallerResult()91 if (!CheckFileSuffix(file, MODULE_PACKAGE_SUFFIX)) { in ProcessFile()
125 if (!CheckFileSuffix(pkgPath, HMP_PACKAGE_SUFFIX) || !PathToRealPath(pkgPath, realPath)) { in InstallModulePackage()186 if (!CheckFileSuffix(file, MODULE_PACKAGE_SUFFIX)) { in InstallModuleFile()293 if (!CheckFileSuffix(file, MODULE_PACKAGE_SUFFIX)) { in CollectModulePackageInfo()639 if (!CheckFileSuffix(file, MODULE_PACKAGE_SUFFIX)) { in ScanPreInstalledHmp()
74 bool CheckFileSuffix(const std::string &file, const std::string &suffix) in CheckFileSuffix() function