Searched refs:assetsPath (Results 1 – 2 of 2) sorted by relevance
60 private String assetsPath = ""; field in Utility326 return assetsPath; in getAssetsPath()329 public void setAssetsPath(String assetsPath) { in setAssetsPath() argument330 if (!assetsPath.startsWith(CMD_PREFIX)) { in setAssetsPath()331 this.assetsPath = getFormattedPath(assetsPath); in setAssetsPath()
773 String assetsPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR; in compressHapMode() local774 pathToFile(utility, utility.getIndexPath(), assetsPath, false); in compressHapMode()842 String assetsPath = NULL_DIR_NAME; in compressHapModeForModule() local843 pathToFile(utility, utility.getIndexPath(), assetsPath, false); in compressHapModeForModule()2740 String assetsPath = NULL_DIR_NAME; in compressHSPMode() local2741 pathToFile(utility, utility.getIndexPath(), assetsPath, false); in compressHSPMode()