Home
last modified time | relevance | path

Searched refs:fpath (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/audio/effect/config/src/
H A Dparse_effect_config.c36 static char *GetAudioEffectConfig(const char *fpath) in GetAudioEffectConfig() argument
39 if (fpath == NULL) { in GetAudioEffectConfig()
40 HDF_LOGE("%{public}s: fpath is null!", __func__); in GetAudioEffectConfig()
44 if (realpath(fpath, pathBuf) == NULL) { in GetAudioEffectConfig()
87 cJSON *GetAudioEffectConfigToJsonObj(const char *fpath) in GetAudioEffectConfigToJsonObj() argument
89 char *pJsonStr = GetAudioEffectConfig(fpath); in GetAudioEffectConfigToJsonObj()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter_info_common.cpp421 static char *AudioAdaptersGetConfig(const char *fpath) in AudioAdaptersGetConfig() argument
425 if (fpath == NULL) { in AudioAdaptersGetConfig()
429 if (access(fpath, F_OK | R_OK)) { in AudioAdaptersGetConfig()
432 FILE *fp = fopen(fpath, "r"); in AudioAdaptersGetConfig()
434 HDF_LOGE("Can not open config file [ %s ].\n", fpath); in AudioAdaptersGetConfig()
469 cJSON *AudioAdaptersGetConfigToJsonObj(const char *fpath) in AudioAdaptersGetConfigToJsonObj() argument
471 char *pJsonStr = AudioAdaptersGetConfig(fpath); in AudioAdaptersGetConfigToJsonObj()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DGenerator.js163 let fpath = fn.substring(0, fn.lastIndexOf('\\') + 1);
167 this.parser.astList[fn].include[i].substring(fpath.length) +
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c53 static char *CfgReadAdapterFile(const char *fpath) in CfgReadAdapterFile() argument
59 if (fpath == NULL) { in CfgReadAdapterFile()
63 if (realpath(fpath, pathBuf) == NULL) { in CfgReadAdapterFile()
70 AUDIO_FUNC_LOGE("Can not open config file [ %{public}s ].", fpath); in CfgReadAdapterFile()

Completed in 5 milliseconds