Home
last modified time | relevance | path

Searched refs:config_parse (Results 1 – 1 of 1) sorted by relevance

/system/bt/osi/src/
Dconfig.c55 static bool config_parse(FILE *fp, config_t *config);
95 if (!config_parse(fp, config)) { in config_new()
409 static bool config_parse(FILE *fp, config_t *config) { in config_parse() function