Lines Matching refs:filePath_
53 : filePath_(""), packageName_(""), moduleName_(""), moduleType_(ModuleType::NONE) in ConfigParser()
58 : filePath_(filePath), packageName_(""), moduleName_(""), moduleType_(ModuleType::NONE) in ConfigParser()
68 if (!ResourceUtil::OpenJsonFile(filePath_, rootNode_)) { in Init()
73 cerr << "Error: root node not obeject." << NEW_LINE_PATH << filePath_ << endl; in Init()
150 cerr << "Error: 'module' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
154 cerr << "Error: 'module' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
173 cerr << "Error: 'name' don't found in 'module'." << NEW_LINE_PATH << filePath_ << endl; in ParseModule()
201 cerr << "Error: 'distro' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
205 cerr << "Error: 'distro' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
214 … cerr << "Error: 'moduleName' don't found in 'distro'." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro()
230 cerr << "Error: abilites not array." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilities()
265 cerr << "Error: iconId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilitiy()
272 cerr << "Error: labelId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilitiy()
342 cerr << "Error: '" << key << "' invalid value." << NEW_LINE_PATH << filePath_ << endl; in ParseJsonArrayRef()
348 …Error: '" << key << "' value " << node[index] << " invalid." << NEW_LINE_PATH << filePath_ << endl; in ParseJsonArrayRef()
368 …"Error: '" << key << "' value " << node << " invalid value." << NEW_LINE_PATH << filePath_ << endl; in ParseJsonStringRef()
415 … cerr << "Error: moduleType='" << type << "' invalid value." << NEW_LINE_PATH << filePath_ << endl; in ParseModuleType()