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()
63 private String packInfoPath = ""; field in Utility384 return packInfoPath; in getPackInfoPath()387 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath() argument388 if (!packInfoPath.startsWith(CMD_PREFIX)) { in setPackInfoPath()389 this.packInfoPath = getFormattedPath(packInfoPath); in setPackInfoPath()
727 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local728 pathToFile(utility, utility.getPackInfoPath(), packInfoPath, false); in compressHapMode()