Searched refs:packInfoPath (Results 1 – 3 of 3) sorted by relevance
40 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack() argument46 if (packInfoPath == null || packInfoPath.isEmpty()) { in pack()59 utility.setPackInfoPath(packInfoPath); in pack()
66 private String packInfoPath = ""; field in Utility397 return packInfoPath; in getPackInfoPath()400 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath() argument401 if (!packInfoPath.startsWith(CMD_PREFIX)) { in setPackInfoPath()402 this.packInfoPath = getFormattedPath(packInfoPath); in setPackInfoPath()
808 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local809 pathToFile(utility, utility.getPackInfoPath(), packInfoPath, false); in compressHapMode()