Home
last modified time | relevance | path

Searched refs:CONFIG_JSON (Results 1 – 5 of 5) sorted by relevance

/developtools/global_resource_tool/include/
Dconfig_parser.h67 return useModule_ ? MODULE_JSON : CONFIG_JSON; in GetConfigName()
Dresource_data.h29 const static std::string CONFIG_JSON = "config.json"; variable
/developtools/global_resource_tool/src/
Dresource_pack.cpp159 … config = ResourceUtil::GetMainPath(packageParser_.GetInputs()[0]).Append(CONFIG_JSON).GetPath(); in InitConfigJson()
376 string jsonFile = FileEntry::FilePath(featureDependEntry).Append(CONFIG_JSON).GetPath(); in HandleFeature()
397 jsonFile = FileEntry::FilePath(output).Append(CONFIG_JSON).GetPath(); in HandleFeature()
/developtools/packing_tool/adapter/ohos/
DCompressor.java62 private static final String CONFIG_JSON = "config.json"; field in Compressor
473 fileName = CONFIG_JSON; in copyFileToTempDir()
1184 String jsonString = FileUtils.getJsonInZips(hapFile, CONFIG_JSON); in readModlueNameFromHap()
1989 if (CONFIG_JSON.equals(jsonName)) { in jsonSpecialProcess()
2368 hapVerifyInfo.setProfileStr(FileUtils.getFileStringFromZip(CONFIG_JSON, zipFile)); in readFAHapVerifyInfo()
DModuleJsonUtil.java57 private static final String CONFIG_JSON = "config.json"; field in ModuleJsonUtil
851 String configJson = FileUtils.getJsonInZips(new File(hapPath), CONFIG_JSON); in parseFaEntry()