Home
last modified time | relevance | path

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

/hardware/broadcom/libbt/src/
Dconf.c94 void vnd_load_conf(const char *p_path) in vnd_load_conf() argument
102 ALOGI("Attempt to load conf from %s", p_path); in vnd_load_conf()
104 if ((p_file = fopen(p_path, "r")) != NULL) in vnd_load_conf()
145 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);