Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java915 private void multiBundleTest(String bundleSuffix) throws IOException { in multiBundleTest()
921 signAndVerifyHap(unsignedHap.getAbsolutePath(), bundleSuffix); in multiBundleTest() local
924 signAndVerifyHap(unsignedHap.getAbsolutePath(), bundleSuffix); in multiBundleTest() local
927 signAndVerifyHap(unsignedHap.getAbsolutePath(), bundleSuffix); in multiBundleTest() local
933 …le generateHapFile(FileType abc, FileType so, FileType an, FileType otherFile, String bundleSuffix) in generateHapFile()
991 private String signAndVerifyHap(String unsignedHap, String bundleSuffix) throws IOException { in signAndVerifyHap()