Home
last modified time | relevance | path

Searched refs:hnpCfgPath (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/service/hnp/pack/src/
H A Dhnp_pack.c121 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 Dhnp_json.c123 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 Dhnp_base.h284 int ParseHnpCfgFile(const char *hnpCfgPath, HnpCfgInfo *hnpCfg);

Completed in 3 milliseconds