Searched refs:packInfo (Results 1 - 4 of 4) sorted by relevance
/base/startup/appspawn/service/hnp/pack/src/ |
H A D | hnp_pack.c | 151 static int ParsePackArgs(HnpPackArgv *packArgv, HnpPackInfo *packInfo)
in ParsePackArgs() argument 159 if (GetRealPath(packArgv->source, packInfo->source) != 0) {
in ParsePackArgs() 167 if (GetRealPath(packArgv->output, packInfo->output) != 0) {
in ParsePackArgs() 172 int ret = sprintf_s(cfgPath, MAX_FILE_PATH_LEN, "%s%c"HNP_CFG_FILE_NAME, packInfo->source, DIR_SPLIT_SYMBOL);
in ParsePackArgs() 183 if (strcpy_s(packInfo->cfgInfo.name, MAX_FILE_PATH_LEN, packArgv->name) != EOK) {
in ParsePackArgs() 187 if (strcpy_s(packInfo->cfgInfo.version, HNP_VERSION_LEN, packArgv->version) != EOK) {
in ParsePackArgs() 191 packInfo->hnpCfgExist = 0;
in ParsePackArgs() 193 ret = GetHnpCfgInfo(cfgPath, packInfo->source, &packInfo->cfgInfo);
in ParsePackArgs() 197 packInfo in ParsePackArgs() 205 HnpPackInfo packInfo = {0}; HnpCmdPack() local [all...] |
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_update_verify.cpp | 95 std::string packInfo = GetContentFromZip(pkgPackInfoPath, PACK_INFO_NAME); in CheckPackInfoVer() local 96 JsonNode root(packInfo); in CheckPackInfoVer()
|
H A D | module_file.cpp | 218 bool ParseModuleInfo(const string &packInfo, ModulePackageInfo &versionInfo) in ParseModuleInfo() argument 220 JsonNode root(packInfo); in ParseModuleInfo()
|
/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_main.cpp | 444 std::string packInfo = GetContentFromZip(packInfoPath, PACK_INFO_NAME); in GetHmpVersion() local 445 JsonNode root(packInfo); in GetHmpVersion()
|
Completed in 3 milliseconds