Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/src/
Dapp_packager.cpp72 bool AppPackager::CheckBundleTypeConsistency(const std::string &hapPath, const std::string &hspPath) in CheckBundleTypeConsistency()
94 for (const auto& hapPath : tmpHapPathList) { in CheckBundleTypeConsistency() local
131 bool AppPackager::IsSharedApp(const std::string &hapPath, const std::string &hspPath) in IsSharedApp()
167 bool AppPackager::IsAppService(const std::string &hapPath, const std::string &hspPath) in IsAppService()
189 bool AppPackager::CheckInputModulePath(const std::string &hapPath, const std::string &hspPath) in CheckInputModulePath()
223 bool AppPackager::GetAndCheckHapPathAndHspPath(std::string &hapPath, std::string &hspPath) in GetAndCheckHapPathAndHspPath()
326 std::string hapPath; in IsVerifyValidInAppMode() local
442 for (const auto& hapPath : fileList) { in AddHapListToApp() local
Dmultiapp_packager.cpp223 std::string MultiAppPackager::ReadModuleNameFromHap(const std::string &hapPath) in ReadModuleNameFromHap()
283 for (const auto &hapPath : formattedHapAndHspList_) { in DisposeHapAndHsp() local
401 for (const auto &hapPath : fileList) { in CompressAppModeForMultiProject() local
Dfast_app_packager.cpp244 for (const auto& hapPath : hapPathList) { in ModuleJsonAndPackInfoExists() local
283 for (const auto& hapPath : hapPathList) { in CheckBundleTypeConsistency() local
534 for (const auto& hapPath : formattedHapPathList_) { in Pack() local
706 for (const auto& hapPath : fileList) { in AddHapListToApp() local
Dpackager.cpp380 bool Packager::IsModuleHap(const std::string& hapPath) in IsModuleHap()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/
Dapp_packager_test.cpp230 const std::string hapPath; variable
248 const std::string hapPath; variable
273 const std::string hapPath; variable
314 const std::string hapPath; variable
348 const std::string hapPath; variable
421 const std::string hapPath("not empty"); variable
439 const std::string hapPath; variable
458 const std::string hapPath; variable
571 const std::string hapPath; variable
590 const std::string hapPath; variable
[all …]
/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.java203 public static void unzip(final String hapPath, final String destDir) { in unzip()
491 public static String getSha256(String hapPath) { in getSha256()
DUtility.java58 private String hapPath = ""; field in Utility
287 public void setHapPath(String hapPath) { in setHapPath()
DUncompress.java439 …static UncompressResult uncompressHapByPath(String deviceType, String hapPath) throws BundleExcept… in uncompressHapByPath()
1528 public static boolean isModuleHap(String hapPath, UncompressResult compressResult) { in isModuleHap()
DCompressor.java1432 File hapPath = new File(utility.getAbsoluteHapPath()); in hapAddition() local
1729 private static String readModlueNameFromHap(String hapPath) throws BundleException { in readModlueNameFromHap()
2523 public static boolean isModuleHap(String hapPath) throws BundleException { in isModuleHap()
DScanStatSuffix.java284 String hapPath = soFilePath.substring(0, index); in setMapData() local
DCompressVerify.java1075 String hapPath = utility.getAbsoluteHapPath(); in isVerifyValidInHapAdditionMode() local
DModuleJsonUtil.java812 public static List<String> parseFaEntry(String hapPath) throws BundleException { in parseFaEntry()
848 public static List<String> parseStageEntry(String hapPath) throws BundleException { in parseStageEntry()
/developtools/global_resource_tool/src/
Doverlap_binary_file_packer.cpp30 string hapPath = inputs[0]; in CopyBinaryFile() local
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_utils.cpp141 for (auto& hapPath : fileList) { in GetHapVerifyInfosfromFileList() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/packager_test/
Dpackager_test.cpp264 std::string hapPath; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp170 for (auto& hapPath : fileList) { in GetHapVerifyInfosfromFileList() local
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts403 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant
425 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant
Dark_utils.ts813 const hapPath: string = toUnixPath(projectConfig.projectRootPath); constant