Searched defs:p_path (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/libbt/src/
H A Dconf.c87 ** Description Read conf entry from p_path file one by one and call
93 void vnd_load_conf(const char *p_path) argument
101 ALOGI("Attempt to load conf from %s", p_path);
103 if ((p_file = fopen(p_path, "r")) != NULL)
144 ALOGI( "vnd_load_conf file >%s< not found", p_path);

Completed in 53 milliseconds