Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java124 File signedFile = new File(filePath); in verify() local
182 private boolean checkSignFile(File signedFile) { in checkSignFile()
DVerifyHap.java146 File signedFile = new File(filePath); in verify() local
226 private boolean checkSignFile(File signedFile) { in checkSignFile()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_elf.cpp376 bool VerifyElf::CheckSignFile(const std::string& signedFile) in CheckSignFile()