Home
last modified time | relevance | path

Searched defs:fileFormat (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
H A Dverify_code_signature_test.cpp112 std::string fileFormat = "hap"; in HWTEST_F() local
134 std::string fileFormat = "hap"; in HWTEST_F() local
154 std::string fileFormat = ""; in HWTEST_F() local
174 std::string fileFormat = "hap"; in HWTEST_F() local
194 std::string fileFormat = "hap"; in HWTEST_F() local
214 std::string fileFormat = "hap"; HWTEST_F() local
234 std::string fileFormat = "hap"; HWTEST_F() local
254 std::string fileFormat = "hap"; HWTEST_F() local
274 std::string fileFormat = "hap"; HWTEST_F() local
315 std::string fileFormat = "elf"; HWTEST_F() local
335 std::string fileFormat = "hap"; HWTEST_F() local
355 std::string fileFormat = "elf"; HWTEST_F() local
375 std::string fileFormat = "elf"; HWTEST_F() local
395 std::string fileFormat = "elf"; HWTEST_F() local
415 std::string fileFormat = "elf"; HWTEST_F() local
435 std::string fileFormat = "elf"; HWTEST_F() local
477 std::string fileFormat = "hap"; HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/
H A Dcms_utils_test.cpp144 std::string fileFormat = "hap"; in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DVerifyCodeSignature.java137 public static boolean verifyElf(File file, long offset, long length, String fileFormat, String profileContent) in verifyElf() argument
181 public static boolean verifyHap(File file, long offset, long length, String fileFormat, String profileContent) in verifyHap() argument
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dverify_code_signature.cpp21 VerifyHap(std::string file, int64_t offset, int64_t length, std::string fileFormat, std::string profileContent) VerifyHap() argument
49 VerifyElf(std::string file, int64_t offset, int64_t length, std::string fileFormat, std::string profileContent) VerifyElf() argument

Completed in 4 milliseconds