HomeSort by relevance Sort by last modified time
    Searched full:fw_patchfile_path (Results 1 - 1 of 1) sorted by null

  /hardware/broadcom/libbt/src/
hardware.c 174 static char fw_patchfile_path[256] = FW_PATCHFILE_LOCATION; variable
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[ \
    [all...]

Completed in 40 milliseconds