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.java66 private String packInfoPath = ""; field in Utility
397 return packInfoPath; in getPackInfoPath()
400 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath() argument
401 if (!packInfoPath.startsWith(CMD_PREFIX)) { in setPackInfoPath()
402 this.packInfoPath = getFormattedPath(packInfoPath); in setPackInfoPath()
DCompressor.java808 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local
809 pathToFile(utility, utility.getPackInfoPath(), packInfoPath, false); in compressHapMode()