Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressEntrance.java45 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack()
DUtility.java63 private String packInfoPath = ""; field in Utility
384 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath()
DCompressor.java453 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local