mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-08-26 19:31:28 -04:00
静态告警修改和代码优化 Signed-off-by: fangyunzhong <fangyunzhong2@huawei.com>
This commit is contained in:
@@ -34,6 +34,10 @@ public:
|
||||
private:
|
||||
bool Combine(const std::string &folderPath);
|
||||
bool ScanResources(const std::string &resourcePath, const std::string &outputPath);
|
||||
bool ScanSubResources(const FileEntry entry, const std::string &resourcePath,
|
||||
const std::string &outputPath);
|
||||
bool ScanSubLimitkeyResources(const FileEntry entry, const std::string &resourcePath,
|
||||
const std::string &outputPath);
|
||||
bool ScanIegalResources(const std::string &resourcePath, const std::string &outputPath);
|
||||
bool ScanLimitKey(const std::unique_ptr<FileEntry> &entry, const std::string &limitKey,
|
||||
const std::string outputPath);
|
||||
|
||||
Reference in New Issue
Block a user