Home
last modified time | relevance | path

Searched refs:NEW_LINE_PATH (Results 1 – 17 of 17) sorted by relevance

/developtools/global_resource_tool/src/
Djson_compiler.cpp60 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
66 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
74 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
108 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonArrayLevel()
114 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonArrayLevel()
121 …cerr << "Error: the seq=" << index << " item must be object." << NEW_LINE_PATH << fileInfo.filePat… in ParseJsonArrayLevel()
135 cerr << "Error: name empty." << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonObjectLevel()
140 cerr << "Error: name must string." << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonObjectLevel()
194 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in HandleBoolean()
201 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in HandleBoolean()
[all …]
Dconfig_parser.cpp79 …cerr << "Error: JSON file parsing failed, please check the JSON file." << NEW_LINE_PATH << filePat… in Init()
159 cerr << "Error: 'module' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
163 cerr << "Error: 'module' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
184 cerr << "Error: 'name' don't found in 'module'." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
213 cerr << "Error: 'distro' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
217 cerr << "Error: 'distro' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
227 … cerr << "Error: 'moduleName' don't found in 'distro'." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
241 cerr << "Error: abilites not array." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilities()
263 cerr << "Error: ability not object." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilitiy()
285 cerr << "Error: iconId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilitiy()
[all …]
Dresource_module.cpp96 cerr << NEW_LINE_PATH << ret->GetFilePath() << endl; in MergeResourceItem()
97 cerr << "but declared again." <<NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in MergeResourceItem()
101 cout << NEW_LINE_PATH << ret->GetFilePath() << endl; in MergeResourceItem()
102 cout << "but declared again." << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in MergeResourceItem()
Dtranslatable_parser.cpp41 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseTranslatable()
47 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseTranslatable()
55 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseTranslatable()
69 cerr << NEW_LINE_PATH << filePath << endl; in ParseTranslatable()
73 cerr << NEW_LINE_PATH << filePath << endl; in ParseTranslatable()
Dreference_parser.cpp91 … cerr << "Error: please check JSON file." << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in ParseRefInResourceItem()
107 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in ParseRefInResourceItem()
147 …cerr << "Error: JSON file parsing failed, please check the JSON file." << NEW_LINE_PATH << from <<… in ParseRefJson()
152 cerr << "Error: please check JSON file." << NEW_LINE_PATH << from << endl; in ParseRefJson()
176 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in ParseRefResourceItemData()
183 … cerr << "Error: please check JSON file." << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in ParseRefResourceItemData()
196 …cerr << "' contents size is " << contents.size() << NEW_LINE_PATH << resourceItem.GetFilePath() <… in ParseRefResourceItemData()
Di_resource_compiler.cpp128 …cerr << "Error: invalid idName '" << idName << "'."<< NEW_LINE_PATH << resourceItem.GetFilePath()… in MergeResourceItem()
143 …cerr << "Error: resource '" << idName << "' first declared." << NEW_LINE_PATH << ret->GetFilePath(… in MergeResourceItem()
144 cerr << "but declare again." << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in MergeResourceItem()
Dresource_append.cpp209 cerr << NEW_LINE_PATH << entry->GetFilePath().GetPath() << endl; in ScanLimitKey()
226 … cerr << "Error: invalid resType." << NEW_LINE_PATH << child->GetFilePath().GetPath() << endl; in ScanLimitKey()
311 cerr << "Error: invalid resType." << NEW_LINE_PATH << filePath << endl; in ScanSingleFile()
318 cerr << "Error: invalid limit key." << NEW_LINE_PATH << filePath << endl; in ScanSingleFile()
403 cerr << "Error: invalid file size = " << length << NEW_LINE_PATH << filePath << endl; in LoadResourceItem()
443 cerr << "Error: invalid file path." << NEW_LINE_PATH << filePath << endl; in WriteRawFilesOrResFiles()
632 cerr << NEW_LINE_PATH << (*ret)->GetFilePath() << endl; in CheckModuleResourceItem()
633 cerr << "but declared again." << NEW_LINE_PATH << resourceItem->GetFilePath() << endl; in CheckModuleResourceItem()
648 cerr << "Error: "<< GetLastError() << NEW_LINE_PATH << filePath << endl; in LoadResourceItemWin()
Dresource_check.cpp75 cerr << "Warning: the png width and height not equal" << NEW_LINE_PATH << filePath << endl; in CheckNodeInResourceItem()
85 " exceeds the limit (" + to_string(normalSize) + " pixels)" + NEW_LINE_PATH + filePath; in CheckNodeInResourceItem()
Dappend_compiler.cpp36 …cerr << "Error: resource item set data fail, data: " << data << NEW_LINE_PATH << fileInfo.filePath… in CompileSingleFile()
Did_defined_parser.cpp96 cerr << NEW_LINE_PATH << filePath << endl; in Init()
103 cerr << NEW_LINE_PATH << filePath << endl; in Init()
108 cerr << NEW_LINE_PATH << filePath << endl; in Init()
Dgeneric_compiler.cpp60 …cerr << "Error: resource item set data fail, data: " << data << NEW_LINE_PATH << fileInfo.filePath… in PostFile()
Dresource_directory.cpp61 …cerr << "Error: invalid limit key '" << limitKey << "'." << NEW_LINE_PATH << resourceTypeDir << en… in ScanResourceLimitKeyDir()
Dresource_pack.cpp121 cerr << "Error: output path exists." << NEW_LINE_PATH << resourcesPath << endl; in InitOutput()
393 cerr << "Error: config json invalid." << NEW_LINE_PATH << jsonFile << endl; in HandleFeature()
413 cerr << "Error: config json invalid." << NEW_LINE_PATH << jsonFile << endl; in HandleFeature()
Dresconfig_parser.cpp37 …cerr << "Error: JSON file parsing failed, please check the JSON file." << NEW_LINE_PATH << filePat… in Init()
Dresource_util.cpp84 … cerr << "Error: cJSON_Parse failed, please check the JSON file." << NEW_LINE_PATH << path << endl; in OpenJsonFile()
Dresource_table.cpp106 cerr << "Error: open failed." << NEW_LINE_PATH << path <<endl; in LoadResTable()
/developtools/global_resource_tool/include/
Dresource_data.h38 const static std::string NEW_LINE_PATH = "\nat "; variable