Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
H A Dsignature_verifier.h34 const std::string& verifyPath, const std::string& pubkeyPath, const std::string& manifestPath);
36 const std::string& manifestPath, const std::string& absFilePath);
/base/global/i18n/services/src/
H A Dhmos_timezone_mount.cpp49 std::string manifestPath = CFG_PATH + MANIFEST_FILE; in Init() local
51 if (realpath(manifestPath.c_str(), resolvedPath.get()) == nullptr) { in Init()
193 std::string manifestPath = CFG_PATH + MANIFEST_FILE; in CheckFileIntegrity() local
194 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
206 if (!SignatureVerifier::VerifyParamFile(g_dataFiles[i], CFG_PATH, manifestPath)) { in CheckFileIntegrity()
H A Dhmos_libphonenumber_mount.cpp103 std::string manifestPath = CFG_PATH + MANIFEST_FILE; in CheckFileIntegrity() local
104 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
113 !SignatureVerifier::VerifyParamFile(DATA_FILES[i], CFG_PATH, manifestPath)) { in CheckFileIntegrity()
/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp88 const std::string& pubkeyPath, const std::string& manifestPath) in VerifyCertFile()
108 // std::string manifestPath = CFG_PATH + MANIFEST_FILE; in VerifyCertFile()
109 std::string manifestDigest = CalcFileSha256Digest(manifestPath); in VerifyCertFile()
119 const std::string& manifestPath) in VerifyParamFile()
121 std::ifstream file(manifestPath); in VerifyParamFile()
87 VerifyCertFile(const std::string& certPath, const std::string& verifyPath, const std::string& pubkeyPath, const std::string& manifestPath) VerifyCertFile() argument
118 VerifyParamFile(const std::string& fileName, const std::string& filePath, const std::string& manifestPath) VerifyParamFile() argument
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1463 std::string manifestPath = icsFileWriter.WriteManifest(list, manifestName); in HWTEST_F() local
1474 bool flag = SignatureVerifier::VerifyParamFile(fileName, filePath, manifestPath); in HWTEST_F()
1479 flag = SignatureVerifier::VerifyParamFile(fakeFileName, filePath, manifestPath); in HWTEST_F()
1483 resultVersion = SignatureVerifier::LoadFileVersion(manifestPath); in HWTEST_F()
1497 bool verifyFlag = SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath); in HWTEST_F()

Completed in 6 milliseconds