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.java834 private void multiBundleTest(String bundleSuffix) throws IOException { in multiBundleTest()
840 signAndVerifyHap(unsignedHap.getAbsolutePath(), bundleSuffix); in multiBundleTest() local
843 signAndVerifyHap(unsignedHap.getAbsolutePath(), bundleSuffix); in multiBundleTest() local
846 signAndVerifyHap(unsignedHap.getAbsolutePath(), bundleSuffix); in multiBundleTest() local
852 …le generateHapFile(FileType abc, FileType so, FileType an, FileType otherFile, String bundleSuffix) in generateHapFile()
910 private void signAndVerifyHap(String unsignedHap, String bundleSuffix) throws IOException { in signAndVerifyHap()