Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUtility.java58 private String resPath = ""; field in Utility
306 return resPath; in getResPath()
309 public void setResPath(String resPath) { in setResPath() argument
310 if (!resPath.startsWith(CMD_PREFIX)) { in setResPath()
311 this.resPath = getFormattedPath(resPath); in setResPath()
DCompressor.java786 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() local
791 resPath = RES_DIR_NAME; in compressHapMode()
793 pathToFile(utility, utility.getResPath(), resPath, false); in compressHapMode()
863 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapModeForModule() local
868 resPath = RES_DIR_NAME; in compressHapModeForModule()
870 pathToFile(utility, utility.getResPath(), resPath, false); in compressHapModeForModule()
2761 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHSPMode() local
2767 resPath = RES_DIR_NAME; in compressHSPMode()
2769 pathToFile(utility, utility.getResPath(), resPath, false); in compressHSPMode()