Lines Matching full:fw_patchfile_path
174 static char fw_patchfile_path[256] = FW_PATCHFILE_LOCATION;
447 * matching to chipset name in the fw_patchfile_path folder.
449 sprintf(p_chip_id_str, "%s", fw_patchfile_path);
450 if (fw_patchfile_path[strlen(fw_patchfile_path)- 1] != '/')
460 if ((dirp = opendir(fw_patchfile_path)) != NULL)
479 fw_patchfile_path, dp->d_name);
482 if ((filenamelen + strlen(fw_patchfile_path)) > \
491 strcpy(p_chip_id_str, fw_patchfile_path);
492 if (fw_patchfile_path[ \
493 strlen(fw_patchfile_path)- 1 \
536 ALOGE("Could not open %s", fw_patchfile_path);
1506 strcpy(fw_patchfile_path, p_conf_value);