Home
last modified time | relevance | path

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

/hardware/broadcom/libbt/src/
Dhardware.c176 static char fw_patchfile_path[256] = FW_PATCHFILE_LOCATION; variable
451 sprintf(p_chip_id_str, "%s", fw_patchfile_path); in hw_config_findpatch()
452 if (fw_patchfile_path[strlen(fw_patchfile_path)- 1] != '/') in hw_config_findpatch()
462 if ((dirp = opendir(fw_patchfile_path)) != NULL) in hw_config_findpatch()
481 fw_patchfile_path, dp->d_name); in hw_config_findpatch()
484 if ((filenamelen + strlen(fw_patchfile_path)) > \ in hw_config_findpatch()
493 strcpy(p_chip_id_str, fw_patchfile_path); in hw_config_findpatch()
494 if (fw_patchfile_path[ \ in hw_config_findpatch()
495 strlen(fw_patchfile_path)- 1 \ in hw_config_findpatch()
538 ALOGE("Could not open %s", fw_patchfile_path); in hw_config_findpatch()
[all …]