Home
last modified time | relevance | path

Searched refs:p7bContent (Results 1 - 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_hap.cpp66 std::string p7bContent = StringUtils::Pkcs7ToString(p7); in HapOutPutPkcs7() local
67 if (p7bContent.empty()) { in HapOutPutPkcs7()
71 if (FileUtils::Write(p7bContent, outPutPath) < 0) { in HapOutPutPkcs7()
394 std::string p7bContent(profile.begin(), profile.end()); in WriteVerifyOutput()
395 bool writeFlag = FileUtils::Write(p7bContent, options->GetString(Options::OUT_PROFILE)) < 0; in WriteVerifyOutput()

Completed in 2 milliseconds