Searched refs:assetsPath (Results 1 – 2 of 2) sorted by relevance
57 private String assetsPath = ""; field in Utility313 return assetsPath; in getAssetsPath()316 public void setAssetsPath(String assetsPath) { in setAssetsPath() argument317 if (!assetsPath.startsWith(CMD_PREFIX)) { in setAssetsPath()318 this.assetsPath = getFormattedPath(assetsPath); in setAssetsPath()
692 String assetsPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR; in compressHapMode() local693 pathToFile(utility, utility.getIndexPath(), assetsPath, false); in compressHapMode()761 String assetsPath = NULL_DIR_NAME; in compressHapModeForModule() local762 pathToFile(utility, utility.getIndexPath(), assetsPath, false); in compressHapModeForModule()2436 String assetsPath = NULL_DIR_NAME; in compressHSPMode() local2437 pathToFile(utility, utility.getIndexPath(), assetsPath, false); in compressHSPMode()