Home
last modified time | relevance | path

Searched refs:hnpSignKeyPrefix (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c384 static int HnpInstallAddSignMap(const char* hnpSignKeyPrefix, const char *key, const char *value, in HnpInstallAddSignMap() argument
394 ret = sprintf_s(hnpSignMapInfos[sum].key, MAX_FILE_PATH_LEN, "%s!/%s", hnpSignKeyPrefix, key); in HnpInstallAddSignMap()
445 int HnpUnZip(const char *inputFile, const char *outputDir, const char *hnpSignKeyPrefix, in HnpUnZip() argument
492 result = HnpInstallAddSignMap(hnpSignKeyPrefix, fileName, filePath, hnpSignMapInfos, count); in HnpUnZip()
H A Dhnp_base.h243 int HnpUnZip(const char *inputFile, const char *outputDir, const char *hnpSignKeyPrefix,
/ohos5.0/base/startup/appspawn/service/hnp/installer/include/
H A Dhnp_installer.h66 char hnpSignKeyPrefix[MAX_FILE_PATH_LEN]; // hnp包验签前缀,hnp/{abi}/xxxx/xxx.hnp member
/ohos5.0/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c191 …ret = HnpUnZip(hnpFile, hnpInfo->hnpVersionPath, hnpInfo->hnpSignKeyPrefix, hnpSignMapInfos, count… in HnpInstall()
452 …if (sprintf_s(hnpInfo->hnpSignKeyPrefix, MAX_FILE_PATH_LEN, "hnp/%s/%s%s", hnpInfo->hapInstallInfo… in HnpPackageGetAndInstall()