Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dconfig.cc39 static bool config_parse(FILE* fp, config_t* config);
79 if (!config_parse(fp, config.get())) { in config_new()
461 static bool config_parse(FILE* fp, config_t* config) { in config_parse() function