Searched refs:hnpSignKeyPrefix (Results 1 - 4 of 4) sorted by relevance
/base/startup/appspawn/service/hnp/installer/include/ |
H A D | hnp_installer.h | 66 char hnpSignKeyPrefix[MAX_FILE_PATH_LEN]; // hnp包验签前缀,hnp/{abi}/xxxx/xxx.hnp
member
|
/base/startup/appspawn/service/hnp/base/ |
H A D | hnp_zip.c | 364 static int HnpInstallAddSignMap(const char* hnpSignKeyPrefix, const char *key, const char *value,
in HnpInstallAddSignMap() argument 374 ret = sprintf_s(hnpSignMapInfos[sum].key, MAX_FILE_PATH_LEN, "%s!/%s", hnpSignKeyPrefix, key);
in HnpInstallAddSignMap() 418 int HnpUnZip(const char *inputFile, const char *outputDir, const char *hnpSignKeyPrefix,
in HnpUnZip() argument 465 result = HnpInstallAddSignMap(hnpSignKeyPrefix, fileName, filePath, hnpSignMapInfos, count);
in HnpUnZip()
|
H A D | hnp_base.h | 266 int HnpUnZip(const char *inputFile, const char *outputDir, const char *hnpSignKeyPrefix,
|
/base/startup/appspawn/service/hnp/installer/src/ |
H A D | hnp_installer.c | 191 ret = HnpUnZip(hnpFile, hnpInfo->hnpVersionPath, hnpInfo->hnpSignKeyPrefix, hnpSignMapInfos, count);
in HnpInstall() 517 if (sprintf_s(hnpInfo->hnpSignKeyPrefix, MAX_FILE_PATH_LEN, "hnp/%s/%s%s", hnpInfo->hapInstallInfo->abi,
in HnpPackageGetAndInstall()
|
Completed in 4 milliseconds