mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 17:24:42 -04:00
@@ -30,7 +30,7 @@ public:
|
||||
private:
|
||||
bool CombineDirectory(const DirectoryInfo &directoryInfo);
|
||||
bool CombineSolidXml(const std::string &src, const std::string &dst,
|
||||
const std::map<std::string ,std::string> &sxmlPaths);
|
||||
const std::map<std::string, std::string> &sxmlPaths);
|
||||
const std::string &modulePath_;
|
||||
const std::string &outputPath_;
|
||||
};
|
||||
|
||||
@@ -89,7 +89,7 @@ bool ModuleCombine::CombineDirectory(const DirectoryInfo &directoryInfo)
|
||||
return CombineSolidXml(directoryInfo.dirPath, outputFolder, sxmlPaths);
|
||||
}
|
||||
|
||||
bool ModuleCombine::CombineSolidXml(const string &src, const string &dst, const map<string , string> &sxmlPaths)
|
||||
bool ModuleCombine::CombineSolidXml(const string &src, const string &dst, const map<string, string> &sxmlPaths)
|
||||
{
|
||||
if (sxmlPaths.empty()) {
|
||||
return true;
|
||||
@@ -120,4 +120,4 @@ bool ModuleCombine::CombineSolidXml(const string &src, const string &dst, const
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user