• Home
  • Raw
  • Download

Lines Matching refs:filePath_

54     : filePath_(""), packageName_(""), moduleName_(""), moduleType_(ModuleType::NONE)  in ConfigParser()
59 : filePath_(filePath), packageName_(""), moduleName_(""), moduleType_(ModuleType::NONE) in ConfigParser()
69 if (!ResourceUtil::OpenJsonFile(filePath_, rootNode_)) { in Init()
74 cerr << "Error: root node not obeject." << NEW_LINE_PATH << filePath_ << endl; in Init()
151 cerr << "Error: 'module' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
155 cerr << "Error: 'module' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
174 cerr << "Error: 'name' don't found in 'module'." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
202 cerr << "Error: 'distro' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
206 cerr << "Error: 'distro' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
215 … cerr << "Error: 'moduleName' don't found in 'distro'." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
231 cerr << "Error: abilites not array." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilities()
266 cerr << "Error: iconId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilitiy()
273 cerr << "Error: labelId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilitiy()
343 cerr << "Error: '" << key << "' invalid value." << NEW_LINE_PATH << filePath_ << endl; in ParseJsonArrayRef()
349 …Error: '" << key << "' value " << node[index] << " invalid." << NEW_LINE_PATH << filePath_ << endl; in ParseJsonArrayRef()
369 …"Error: '" << key << "' value " << node << " invalid value." << NEW_LINE_PATH << filePath_ << endl; in ParseJsonStringRef()
416 … cerr << "Error: moduleType='" << type << "' invalid value." << NEW_LINE_PATH << filePath_ << endl; in ParseModuleType()