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()
388 string jsonFile = FileEntry::FilePath(featureDependEntry).Append(CONFIG_JSON).GetPath(); in HandleFeature()
409 jsonFile = FileEntry::FilePath(output).Append(CONFIG_JSON).GetPath(); in HandleFeature()
/developtools/packing_tool/adapter/ohos/
DCompressor.java71 private static final String CONFIG_JSON = "config.json"; field in Compressor
551 fileName = CONFIG_JSON; in copyFileToTempDir()
1457 String jsonString = FileUtils.getJsonInZips(hapFile, CONFIG_JSON); in readModlueNameFromHap()
2293 if (CONFIG_JSON.equals(jsonName)) { in jsonSpecialProcess()
2672 hapVerifyInfo.setProfileStr(FileUtils.getFileStringFromZip(CONFIG_JSON, zipFile)); in readFAHapVerifyInfo()
2844 tempDir.toAbsolutePath() + LINUX_FILE_SEPARATOR + CONFIG_JSON); in versionNormalize()
2854 String configJsonPath = tempDir.resolve(CONFIG_JSON).toString(); in versionNormalize()
3019 case CONFIG_JSON: in compressDirToHap()
DModuleJsonUtil.java57 private static final String CONFIG_JSON = "config.json"; field in ModuleJsonUtil
732 String configJson = FileUtils.getJsonInZips(new File(hapPath), CONFIG_JSON); in parseFaEntry()