Home
last modified time | relevance | path

Searched defs:hapPath (Results 1 – 10 of 10) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DCompressEntrance.java45 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack()
88 public static String getHapSha256(String hapPath) { in getHapSha256()
DConvertHapToBin.java41 public static boolean packHapTobin(final String hapPath, final String binPath) { in packHapTobin()
100 String hapPath = ""; in main() local
DUncompressEntrance.java181 public static boolean unpackHap(String hapPath, String outPath, boolean unpackApk) { in unpackHap()
365 public static UncompressResult parseHap(String hapPath) { in parseHap()
409 …public static List<ResourceIndexResult> parseResource(String hapPath) throws BundleException, IOEx… in parseResource()
DFileUtils.java201 public static void unzip(final String hapPath, final String destDir) { in unzip()
488 public static String getSha256(String hapPath) { in getSha256()
DUtility.java52 private String hapPath = ""; field in Utility
263 public void setHapPath(String hapPath) { in setHapPath()
DCompressor.java903 private static String readModlueNameFromHap(String hapPath) throws BundleException { in readModlueNameFromHap()
1104 public static void unzip(final String hapPath, final String destDir) { in unzip()
1772 public static boolean isModuleHap(String hapPath) throws BundleException { in isModuleHap()
DUncompress.java397 …static UncompressResult uncompressHapByPath(String deviceType, String hapPath) throws BundleExcept… in uncompressHapByPath()
1487 public static boolean isModuleHap(String hapPath, UncompressResult compressResult) { in isModuleHap()
DModuleJsonUtil.java807 public static List<String> parseFaEntry(String hapPath) throws BundleException { in parseFaEntry()
843 public static List<String> parseStageEntry(String hapPath) throws BundleException { in parseStageEntry()
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts304 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant
326 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant
Dark_utils.ts361 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant