Searched refs:NEW_LINE_PATH (Results 1 – 17 of 17) sorted by relevance
60 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 …]
79 …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 …]
96 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()
41 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()
91 … 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()
128 …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()
209 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()
75 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()
36 …cerr << "Error: resource item set data fail, data: " << data << NEW_LINE_PATH << fileInfo.filePath… in CompileSingleFile()
96 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()
60 …cerr << "Error: resource item set data fail, data: " << data << NEW_LINE_PATH << fileInfo.filePath… in PostFile()
61 …cerr << "Error: invalid limit key '" << limitKey << "'." << NEW_LINE_PATH << resourceTypeDir << en… in ScanResourceLimitKeyDir()
121 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()
37 …cerr << "Error: JSON file parsing failed, please check the JSON file." << NEW_LINE_PATH << filePat… in Init()
84 … cerr << "Error: cJSON_Parse failed, please check the JSON file." << NEW_LINE_PATH << path << endl; in OpenJsonFile()
106 cerr << "Error: open failed." << NEW_LINE_PATH << path <<endl; in LoadResTable()
38 const static std::string NEW_LINE_PATH = "\nat "; variable