Home
last modified time | relevance | path

Searched defs: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()
DUtility.java69 private String packInfoPath = ""; field in Utility
407 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath()
DCompressor.java939 String packInfoPath = NULL_DIR_NAME; in compressHapMode() local
3164 String packInfoPath = tempDir.resolve(PACKINFO_NAME).toString(); in versionNormalize() local
3222 private void parseAndModifyPackInfo(String packInfoPath, Utility utility) in parseAndModifyPackInfo()