Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java166 String outputProofFile = options.getString(ParamConstants.PARAM_VERIFY_PROOF_FILE); in verify() local
189 …private void outputOptionalBlocks(String outputProfileFile, String outputProofFile, String outputP… in outputOptionalBlocks()
200 writeOptionalBytesToFile(optionalBlock.getValue(), outputProofFile); in outputOptionalBlocks() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_verify_test.cpp869 std::string outputProofFile = "./hapVerify/outputProfileFile.txt"; variable
1046 std::string outputProofFile = "outputProfileFile.txt"; variable
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp78 …Hap::outputOptionalBlocks(const std::string& outputProfileFile, const std::string& outputProofFile, in outputOptionalBlocks()