Searched refs:configPathLen (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/codec/utils/src/ |
H A D | codec_hcb_util.c | 30 static bool GetConfigFilePath(const char *productName, char *configPath, size_t configPathLen) in GetConfigFilePath() argument 39 …if (sprintf_s(configPath, configPathLen - 1, "%s/hdf_%s.hcb", adapterConfigPath[i], productName) <… in GetConfigFilePath()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/shared/src/ |
H A D | hcb_config_entry.c | 39 static bool GetConfigFilePath(const char *productName, char *configPath, size_t configPathLen) in GetConfigFilePath() argument 48 …if (sprintf_s(configPath, configPathLen - 1, "%s/hdf_%s.hcb", adapterConfigPath[i], productName) <… in GetConfigFilePath()
|