Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DCompressEntrance.java40 public static boolean pack(String hapPath, String packInfoPath, String outPath) { in pack()
83 public static String getHapSha256(String hapPath) { in getHapSha256()
DConvertHapToBin.java40 public static boolean packHapTobin(final String hapPath, final String binPath) { in packHapTobin()
99 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
266 public void setHapPath(String hapPath) { in setHapPath()
DUncompress.java395 …static UncompressResult uncompressHapByPath(String deviceType, String hapPath) throws BundleExcept… in uncompressHapByPath()
1486 public static boolean isModuleHap(String hapPath, UncompressResult compressResult) { in isModuleHap()
DModuleJsonUtil.java850 public static List<String> parseFaEntry(String hapPath) throws BundleException { in parseFaEntry()
886 public static List<String> parseStageEntry(String hapPath) throws BundleException { in parseStageEntry()
DCompressor.java1177 private static String readModlueNameFromHap(String hapPath) throws BundleException { in readModlueNameFromHap()
1870 public static boolean isModuleHap(String hapPath) throws BundleException { in isModuleHap()
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts332 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant
354 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant
Dark_utils.ts446 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant