Lines Matching refs:getModuleName
219 public String getModuleName() { in getModuleName() method in Compressor.VersionNormalizeUtil
772 if (!utility.getIndexPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
773 String assetsPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR; in compressHapMode()
785 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
786 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()
796 if (!utility.getResourcesPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
797 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()
862 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapModeForModule()
863 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapModeForModule()
1058 … String entryCardPath = ENTRYCARD_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressAppMode()
2760 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHSPMode()
2761 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHSPMode()
3063 … String errorMsg = "versionNormalize failed, module " + versionNormalizeUtil.getModuleName() in verifyModuleVersion()
3069 versionNormalizeUtil.getModuleName() + " version code not changed"); in verifyModuleVersion()
3073 versionNormalizeUtil.getModuleName() + " version name not changed"); in verifyModuleVersion()