Searched refs:hnpCfgPath (Results 1 - 3 of 3) sorted by relevance
/base/startup/appspawn/service/hnp/pack/src/ |
H A D | hnp_pack.c | 121 static int GetHnpCfgInfo(const char *hnpCfgPath, const char *sourcePath, HnpCfgInfo *hnpCfg)
in GetHnpCfgInfo() argument 126 int ret = ParseHnpCfgFile(hnpCfgPath, hnpCfg);
in GetHnpCfgInfo() 128 HNP_LOGE("parse hnp cfg[%{public}s] unsuccess! ret=%{public}d", hnpCfgPath, ret);
in GetHnpCfgInfo()
|
/base/startup/appspawn/service/hnp/base/ |
H A D | hnp_json.c | 123 int ParseHnpCfgFile(const char *hnpCfgPath, HnpCfgInfo *hnpCfg) in ParseHnpCfgFile() argument 130 ret = ReadFileToStream(hnpCfgPath, &cfgStream, &size); in ParseHnpCfgFile() 132 HNP_LOGE("read cfg file[%{public}s] unsuccess.", hnpCfgPath); in ParseHnpCfgFile() 138 HNP_LOGE("parse json file[%{public}s] unsuccess.", hnpCfgPath); in ParseHnpCfgFile()
|
H A D | hnp_base.h | 284 int ParseHnpCfgFile(const char *hnpCfgPath, HnpCfgInfo *hnpCfg);
|
Completed in 3 milliseconds