Searched refs:p_path (Results 1 – 2 of 2) sorted by relevance
37 void bte_load_did_conf(const char* p_path) { in bte_load_did_conf() argument38 log::assert_that(p_path != NULL, "assert failed: p_path != NULL"); in bte_load_did_conf()40 std::unique_ptr<config_t> config = config_new(p_path); in bte_load_did_conf()42 log::error("unable to load DID config '{}'.", p_path); in bte_load_did_conf()
134 void bte_load_did_conf(const char* p_path);