Home
last modified time | relevance | path

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

/hardware/broadcom/libbt/src/
Dconf.c93 void vnd_load_conf(const char *p_path) in vnd_load_conf() argument
101 ALOGI("Attempt to load conf from %s", p_path); in vnd_load_conf()
103 if ((p_file = fopen(p_path, "r")) != NULL) in vnd_load_conf()
144 ALOGI( "vnd_load_conf file >%s< not found", p_path); in vnd_load_conf()
Dbt_vendor_brcm.c56 void vnd_load_conf(const char *p_path);