Lines Matching refs:getModuleName
691 if (!utility.getIndexPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
692 String assetsPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR; in compressHapMode()
704 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
705 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()
715 if (!utility.getResourcesPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapMode()
716 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode()
781 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHapModeForModule()
782 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapModeForModule()
977 … String entryCardPath = ENTRYCARD_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressAppMode()
2456 if (!utility.getResPath().isEmpty() && !utility.getModuleName().isEmpty()) { in compressHSPMode()
2457 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHSPMode()