Searched refs:resPath (Results 1 – 2 of 2) sorted by relevance
55 private String resPath = ""; field in Utility293 return resPath; in getResPath()296 public void setResPath(String resPath) { in setResPath() argument297 if (!resPath.startsWith(CMD_PREFIX)) { in setResPath()298 this.resPath = getFormattedPath(resPath); in setResPath()
705 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() local710 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() local787 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() local2463 resPath = RES_DIR_NAME; in compressHSPMode()2465 pathToFile(utility, utility.getResPath(), resPath, false); in compressHSPMode()