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.cc28 std::unique_ptr<config_t> btif_config_transcode(const char* xml_filename) { in btif_config_transcode() argument
30 int error = document.LoadFile(xml_filename); in btif_config_transcode()
32 LOG_ERROR("%s unable to load XML file '%s': %d", __func__, xml_filename, in btif_config_transcode()
/system/bt/btif/include/
Dbtif_config_transcode.h23 std::unique_ptr<config_t> btif_config_transcode(const char* xml_filename);