Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config_transcode.cpp30 extern "C" config_t *btif_config_transcode(const char *xml_filename) { in btif_config_transcode() argument
32 int error = document.LoadFile(xml_filename); in btif_config_transcode()
34 LOG_ERROR("%s unable to load XML file '%s': %d", __func__, xml_filename, error); in btif_config_transcode()
/system/bt/btif/include/
Dbtif_config_transcode.h23 config_t *btif_config_transcode(const char *xml_filename);