Home
last modified time | relevance | path

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

/hardware/broadcom/libbt/src/
Dhardware.c162 static char fw_patchfile_path[256] = FW_PATCHFILE_LOCATION; variable
412 sprintf(p_chip_id_str, "%s", fw_patchfile_path); in hw_config_findpatch()
413 if (fw_patchfile_path[strlen(fw_patchfile_path)- 1] != '/') in hw_config_findpatch()
423 if ((dirp = opendir(fw_patchfile_path)) != NULL) in hw_config_findpatch()
442 fw_patchfile_path, dp->d_name); in hw_config_findpatch()
445 if ((filenamelen + strlen(fw_patchfile_path)) > \ in hw_config_findpatch()
454 strcpy(p_chip_id_str, fw_patchfile_path); in hw_config_findpatch()
455 if (fw_patchfile_path[ \ in hw_config_findpatch()
456 strlen(fw_patchfile_path)- 1 \ in hw_config_findpatch()
499 ALOGE("Could not open %s", fw_patchfile_path); in hw_config_findpatch()
[all …]