Lines Matching refs:bundleName
44 * PackageNormalize, normalize HSP bundleName and versionCode
57 private static final String BUNDLE_NAME = "bundleName";
62 * normalize HSP bundleName and versionCode
83 private static void normalize(Path hspPath, Path outPath, String bundleName, int versionCode)
106 // 2.update bundleName, versionCode to module.json, pack.info
107 updateModuleJson(moduleJson, bundleName, versionCode);
108 updatePackInfo(packInfo, bundleName, versionCode);
133 private static void updateModuleJson(Path moduleJson, String bundleName, int versionCode)
146 appObject.put(BUNDLE_NAME, bundleName);
154 private static void updatePackInfo(Path packInfo, String bundleName, int versionCode)
172 appObject.put(BUNDLE_NAME, bundleName);