Home
last modified time | relevance | path

Searched refs:packInfoPath (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DCompressEntrance.java40 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack() argument
46 if (packInfoPath == null || packInfoPath.isEmpty()) { in pack()
59 utility.setPackInfoPath(packInfoPath); in pack()
DUtility.java63 private String packInfoPath = ""; field in Utility
384 return packInfoPath; in getPackInfoPath()
387 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath() argument
388 if (!packInfoPath.startsWith(CMD_PREFIX)) { in setPackInfoPath()
389 this.packInfoPath = getFormattedPath(packInfoPath); in setPackInfoPath()
DCompressor.java727 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local
728 pathToFile(utility, utility.getPackInfoPath(), packInfoPath, false); in compressHapMode()