Home
last modified time | relevance | path

Searched refs:rootNode_ (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dconfig_parser.cpp68 if (!ResourceUtil::OpenJsonFile(filePath_, rootNode_)) { in Init()
72 if (!rootNode_.isObject()) { in Init()
77 if (!ParseModule(rootNode_["module"])) { in Init()
110 if (ParseRefImpl(rootNode_, "", rootNode_)) { in ParseRefence()
118 if (ResourceUtil::SaveToJsonFile(filePath, rootNode_)) { in Save()
126 if (!rootNode_["app"].isObject()) { in SetAppIcon()
130 rootNode_["app"]["icon"] = icon; in SetAppIcon()
131 rootNode_["app"]["iconId"] = id; in SetAppIcon()
137 if (!rootNode_["app"].isObject()) { in SetAppLabel()
141 rootNode_["app"]["label"] = label; in SetAppLabel()
[all …]
/developtools/global_resource_tool/include/
Dconfig_parser.h88 Json::Value rootNode_; variable