Home
last modified time | relevance | path

Searched refs:resPath (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DUtility.java55 private String resPath = ""; field in Utility
293 return resPath; in getResPath()
296 public void setResPath(String resPath) { in setResPath() argument
297 if (!resPath.startsWith(CMD_PREFIX)) { in setResPath()
298 this.resPath = getFormattedPath(resPath); in setResPath()
DCompressor.java705 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() local
710 resPath = RES_DIR_NAME; in compressHapMode()
712 pathToFile(utility, utility.getResPath(), resPath, false); in compressHapMode()
782 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapModeForModule() local
787 resPath = RES_DIR_NAME; in compressHapModeForModule()
789 pathToFile(utility, utility.getResPath(), resPath, false); in compressHapModeForModule()
2457 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHSPMode() local
2463 resPath = RES_DIR_NAME; in compressHSPMode()
2465 pathToFile(utility, utility.getResPath(), resPath, false); in compressHSPMode()