Lines Matching full:fw_patchfile_path
162 static char fw_patchfile_path[256] = FW_PATCHFILE_LOCATION;
410 * matching to chipset name in the fw_patchfile_path folder.
412 sprintf(p_chip_id_str, "%s", fw_patchfile_path);
413 if (fw_patchfile_path[strlen(fw_patchfile_path)- 1] != '/')
423 if ((dirp = opendir(fw_patchfile_path)) != NULL)
442 fw_patchfile_path, dp->d_name);
445 if ((filenamelen + strlen(fw_patchfile_path)) > \
454 strcpy(p_chip_id_str, fw_patchfile_path);
455 if (fw_patchfile_path[ \
456 strlen(fw_patchfile_path)- 1 \
499 ALOGE("Could not open %s", fw_patchfile_path);
1192 strcpy(fw_patchfile_path, p_conf_value);