Searched refs:resPath (Results 1 – 2 of 2) sorted by relevance
58 private String resPath = ""; field in Utility306 return resPath; in getResPath()309 public void setResPath(String resPath) { in setResPath() argument310 if (!resPath.startsWith(CMD_PREFIX)) { in setResPath()311 this.resPath = getFormattedPath(resPath); in setResPath()
786 String resPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() local791 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() local868 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() local2767 resPath = RES_DIR_NAME; in compressHSPMode()2769 pathToFile(utility, utility.getResPath(), resPath, false); in compressHSPMode()