Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp64 bool VerifyHap::HapOutPutPkcs7(PKCS7* p7, const std::string& outPutPath) in HapOutPutPkcs7()
116 bool VerifyHap::HapOutPutCertChain(std::vector<X509*>& certs, const std::string& outPutPath) in HapOutPutCertChain()
/developtools/hapsigner/hapsigntool_cpp/api/src/
Dsign_tool_service_impl.cpp566 bool SignToolServiceImpl::OutPutCertChain(std::vector<X509*>& certs, const std::string& outPutPath) in OutPutCertChain()
588 bool SignToolServiceImpl::OutPutCert(X509* cert, const std::string& outPutPath) in OutPutCert()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_verify_test.cpp326 std::string outPutPath = "./test.log"; variable
536 std::string outPutPath = "./test.log"; variable